[INFO] fetching crate rtic-time 2.0.1... [INFO] testing rtic-time-2.0.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate rtic-time 2.0.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate rtic-time 2.0.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rtic-time 2.0.1 [INFO] tweaked toml for crates.io crate rtic-time 2.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rtic-time 2.0.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rtic-time 2.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded critical-section v1.2.0 [INFO] [stderr] Downloaded gcd v2.3.0 [INFO] [stderr] Downloaded fugit v0.3.7 [INFO] [stderr] Downloaded rtic-common v1.1.0 [INFO] [stderr] Downloaded embedded-hal v1.0.0 [INFO] [stderr] Downloaded cooked-waker v5.0.0 [INFO] [stderr] Downloaded redox_syscall v0.5.7 [INFO] [stderr] Downloaded portable-atomic v1.9.0 [INFO] [stderr] Downloaded embedded-hal-async v1.0.0 [INFO] [stderr] Downloaded bitflags v2.6.0 [INFO] [stderr] Downloaded libc v0.2.161 [INFO] [stderr] Downloaded cassette v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8aa3cf37199fd7945f1461e028c0a1806a348d3750375cef5de59c25bbc562f [INFO] running `Command { std: "docker" "start" "-a" "a8aa3cf37199fd7945f1461e028c0a1806a348d3750375cef5de59c25bbc562f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8aa3cf37199fd7945f1461e028c0a1806a348d3750375cef5de59c25bbc562f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8aa3cf37199fd7945f1461e028c0a1806a348d3750375cef5de59c25bbc562f", kill_on_drop: false }` [INFO] [stdout] a8aa3cf37199fd7945f1461e028c0a1806a348d3750375cef5de59c25bbc562f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbd45670462da1410d85e18486fbb5b4db4d80c7f7706d118d44b1d0abd0164a [INFO] running `Command { std: "docker" "start" "-a" "dbd45670462da1410d85e18486fbb5b4db4d80c7f7706d118d44b1d0abd0164a", kill_on_drop: false }` [INFO] [stderr] Compiling portable-atomic v1.9.0 [INFO] [stderr] Compiling embedded-hal-async v1.0.0 [INFO] [stderr] Compiling critical-section v1.2.0 [INFO] [stderr] Compiling embedded-hal v1.0.0 [INFO] [stderr] Compiling gcd v2.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling fugit v0.3.7 [INFO] [stderr] Compiling rtic-common v1.1.0 [INFO] [stderr] Compiling rtic-time v2.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s [INFO] running `Command { std: "docker" "inspect" "dbd45670462da1410d85e18486fbb5b4db4d80c7f7706d118d44b1d0abd0164a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbd45670462da1410d85e18486fbb5b4db4d80c7f7706d118d44b1d0abd0164a", kill_on_drop: false }` [INFO] [stdout] dbd45670462da1410d85e18486fbb5b4db4d80c7f7706d118d44b1d0abd0164a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12c7ac7f963bb3994543a538ada2c07dc1009aa18d0b22c8bcf03f1af94d82f8 [INFO] running `Command { std: "docker" "start" "-a" "12c7ac7f963bb3994543a538ada2c07dc1009aa18d0b22c8bcf03f1af94d82f8", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling cassette v0.3.0 [INFO] [stderr] Compiling cooked-waker v5.0.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling rtic-time v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc4HwG0M/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librtic_time-3d0fccac8565c467,libfugit-8e9cadd2679b5e0c,libgcd-03a92a3078c1c53b,libembedded_hal_async-cbad7360785b4cf4,libembedded_hal-c528382b041e774c,libcritical_section-61caee8f9a291067,libparking_lot-0c98fb52e7d43939,libparking_lot_core-228da1131bffd055,liblibc-7257a14ffa6cebeb,libcfg_if-3183e62f61f23a61,libsmallvec-1e420823036fb874,liblock_api-0c1a9d77f30394e6,libscopeguard-0e30e6315ecc2b6d,libcassette-fd41c33690c09a3c}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc4HwG0M/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/timer_queue-ae1dee7e8ff39568" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: _critical_section_1_0_acquire [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/timer_queue-ae1dee7e8ff39568.timer_queue.bd6d66214237e20-cgu.0.rcgu.o:(critical_section::with::h32dfe7981e618c54) [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/timer_queue-ae1dee7e8ff39568.timer_queue.bd6d66214237e20-cgu.0.rcgu.o:(critical_section::with::h671e0d3864e90311) [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/timer_queue-ae1dee7e8ff39568.timer_queue.bd6d66214237e20-cgu.0.rcgu.o:(critical_section::with::h7b6f1123b403929a) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: _critical_section_1_0_release [INFO] [stdout] >>> referenced by lib.rs:219 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:219) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/timer_queue-ae1dee7e8ff39568.timer_queue.bd6d66214237e20-cgu.0.rcgu.o:(core::ptr::drop_in_place$LT$critical_section..with..Guard$GT$::h6e75dbd4b0165773) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcqUIcXS/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librtic_time-3d0fccac8565c467,libfugit-8e9cadd2679b5e0c,libgcd-03a92a3078c1c53b,libembedded_hal_async-cbad7360785b4cf4,libembedded_hal-c528382b041e774c,libcritical_section-61caee8f9a291067}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcqUIcXS/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/half_period_time_counter-51ff843e0fa86cc4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: _critical_section_1_0_acquire [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/half_period_time_counter-51ff843e0fa86cc4.half_period_time_counter.1ad5150132896d4e-cgu.0.rcgu.o:(critical_section::with::h0144fd85f45a7bdf) [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/half_period_time_counter-51ff843e0fa86cc4.half_period_time_counter.1ad5150132896d4e-cgu.0.rcgu.o:(critical_section::with::h06847a6dee1eb692) [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/half_period_time_counter-51ff843e0fa86cc4.half_period_time_counter.1ad5150132896d4e-cgu.0.rcgu.o:(critical_section::with::h1142c51c60fb2848) [INFO] [stdout] >>> referenced 49 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: _critical_section_1_0_release [INFO] [stdout] >>> referenced by lib.rs:219 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:219) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/half_period_time_counter-51ff843e0fa86cc4.half_period_time_counter.1ad5150132896d4e-cgu.0.rcgu.o:(core::ptr::drop_in_place$LT$critical_section..with..Guard$GT$::hb5ce693ca808f9e4) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rtic-time` (test "timer_queue") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rtic-time` (test "half_period_time_counter") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcf3JHtL/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librtic_time-3d0fccac8565c467,libembedded_hal_async-cbad7360785b4cf4,libembedded_hal-c528382b041e774c,libcritical_section-61caee8f9a291067,libparking_lot-0c98fb52e7d43939,libparking_lot_core-228da1131bffd055,liblibc-7257a14ffa6cebeb,libcfg_if-3183e62f61f23a61,libsmallvec-1e420823036fb874,liblock_api-0c1a9d77f30394e6,libscopeguard-0e30e6315ecc2b6d,libfugit-8e9cadd2679b5e0c,libgcd-03a92a3078c1c53b,libcooked_waker-8ff1d592e80c5f75}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcf3JHtL/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/delay_precision_subtick-3b81f039797ba706" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: _critical_section_1_0_acquire [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/delay_precision_subtick-3b81f039797ba706.delay_precision_subtick.1c9cc0ef59c80ec5-cgu.2.rcgu.o:(critical_section::with::h3c6b58cdde0a684b) [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/delay_precision_subtick-3b81f039797ba706.delay_precision_subtick.1c9cc0ef59c80ec5-cgu.2.rcgu.o:(critical_section::with::h96be714ff4a2ac23) [INFO] [stdout] >>> referenced by lib.rs:202 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:202) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/delay_precision_subtick-3b81f039797ba706.delay_precision_subtick.1c9cc0ef59c80ec5-cgu.2.rcgu.o:(critical_section::with::hd98101064c9b513d) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: _critical_section_1_0_release [INFO] [stdout] >>> referenced by lib.rs:219 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs:219) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/delay_precision_subtick-3b81f039797ba706.delay_precision_subtick.1c9cc0ef59c80ec5-cgu.1.rcgu.o:(core::ptr::drop_in_place$LT$critical_section..with..Guard$GT$::hff8b84a0f2256466) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rtic-time` (test "delay_precision_subtick") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "12c7ac7f963bb3994543a538ada2c07dc1009aa18d0b22c8bcf03f1af94d82f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12c7ac7f963bb3994543a538ada2c07dc1009aa18d0b22c8bcf03f1af94d82f8", kill_on_drop: false }` [INFO] [stdout] 12c7ac7f963bb3994543a538ada2c07dc1009aa18d0b22c8bcf03f1af94d82f8