Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lockfile: refresh #758

Merged
merged 1 commit into from
Apr 28, 2022
Merged

lockfile: refresh #758

merged 1 commit into from
Apr 28, 2022

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Apr 25, 2022

This refreshes Cargo lockfile in order to shake off stale transitive
dependencies.

@lucab lucab added this to the vNext milestone Apr 25, 2022
@lucab
Copy link
Contributor Author

lucab commented Apr 25, 2022

CI gets stuck with:

08:11:49  cargo test "--target-dir=target"
08:11:49   Downloading crates ...
[...]
08:11:57     Compiling zincati v0.0.24 (/home/jenkins/agent/workspace/zincati_PR-758)
08:12:06      Finished test [unoptimized + debuginfo] target(s) in 16.38s
08:12:06       Running unittests (target/debug/deps/zincati-30e92246b6ccb93c)
08:12:06  
08:12:06  running 65 tests
[...]
08:12:06  test strategy::fleet_lock::tests::test_url_simple ... ok
08:12:06  test weekly::utils::tests::proptest_weekday_from_string ... ok
08:12:06  test weekly::utils::tests::proptest_time_from_string ... ok
08:12:08  test update_agent::tests::state_machine_happy_path ... ok
08:13:15  test cincinnati::client::tests::test_graph_client_error_display has been running for over 60 seconds
08:13:15  test cincinnati::client::tests::test_graph_http_error_display has been running for over 60 seconds
08:13:15  test cincinnati::client::tests::test_graph_server_error_display has been running for over 60 seconds
08:13:15  test cincinnati::mock_tests::test_empty_graph has been running for over 60 seconds
08:13:15  test fleet_lock::mock_tests::test_pre_reboot_error has been running for over 60 seconds
08:13:15  test fleet_lock::mock_tests::test_pre_reboot_lock has been running for over 60 seconds
08:13:15  test fleet_lock::mock_tests::test_steady_state_error has been running for over 60 seconds
08:13:15  test fleet_lock::mock_tests::test_steady_state_lock has been running for over 60 seconds
08:13:15  test fleet_lock::tests::test_http_error_display has been running for over 60 seconds
08:13:15  test fleet_lock::tests::test_service_rejection_display has been running for over 60 seconds
08:13:15  test rpm_ostree::mock_tests::test_downgrade has been running for over 60 seconds
08:13:15  test rpm_ostree::mock_tests::test_simple_graph has been running for over 60 seconds
08:13:15  test strategy::immediate::tests::can_finalize has been running for over 60 seconds
08:13:15  test strategy::immediate::tests::report_steady has been running for over 60 seconds
08:13:15  test strategy::periodic::tests::test_empty_can_finalize has been running for over 60 seconds
08:13:15  test strategy::periodic::tests::test_non_utc_time has been running for over 60 seconds
08:13:15  test strategy::periodic::tests::test_report_steady has been running for over 60 seconds

This refreshes Cargo lockfile in order to shake off stale transitive
dependencies.
@lucab
Copy link
Contributor Author

lucab commented Apr 28, 2022

The CI got otherwise fixed (see coreos/fedora-coreos-tracker#1186), but a lockfile refresh is good to have anyway.

/cc @jlebon

@lucab lucab merged commit 34b229e into coreos:main Apr 28, 2022
@lucab lucab deleted the ups/refresh-lockfile branch April 28, 2022 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants