[INFO] fetching crate pluto-sdr 0.1.1... [INFO] testing pluto-sdr-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate pluto-sdr 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate pluto-sdr 0.1.1 [INFO] finished tweaking crates.io crate pluto-sdr 0.1.1 [INFO] tweaked toml for crates.io crate pluto-sdr 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pluto-sdr 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pluto-sdr 0.1.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded industrial-io v0.5.2 [INFO] [stderr] Downloaded ctrlc v3.4.1 [INFO] [stderr] Downloaded num v0.4.1 [INFO] [stderr] Downloaded clap v4.4.7 [INFO] [stderr] Downloaded num-bigint v0.4.4 [INFO] [stderr] Downloaded libiio-sys v0.3.1 [INFO] [stderr] Downloaded clap_builder v4.4.7 [INFO] [stderr] Downloaded syn v2.0.38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8506b9c02ac0adeb7fffa2c95441ab28550b16c6b8a17927d02d32e4f992f5f1 [INFO] running `Command { std: "docker" "start" "-a" "8506b9c02ac0adeb7fffa2c95441ab28550b16c6b8a17927d02d32e4f992f5f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8506b9c02ac0adeb7fffa2c95441ab28550b16c6b8a17927d02d32e4f992f5f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8506b9c02ac0adeb7fffa2c95441ab28550b16c6b8a17927d02d32e4f992f5f1", kill_on_drop: false }` [INFO] [stdout] 8506b9c02ac0adeb7fffa2c95441ab28550b16c6b8a17927d02d32e4f992f5f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e151797d998384903ca5b673ab3ce9f2641eee6fc4891df017b02129529db0a4 [INFO] running `Command { std: "docker" "start" "-a" "e151797d998384903ca5b673ab3ce9f2641eee6fc4891df017b02129529db0a4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling libiio-sys v0.3.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.23.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling industrial-io v0.5.2 [INFO] [stderr] Compiling pluto-sdr v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `Pam` is never used [INFO] [stdout] --> src/pam.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | trait Pam { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s [INFO] running `Command { std: "docker" "inspect" "e151797d998384903ca5b673ab3ce9f2641eee6fc4891df017b02129529db0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e151797d998384903ca5b673ab3ce9f2641eee6fc4891df017b02129529db0a4", kill_on_drop: false }` [INFO] [stdout] e151797d998384903ca5b673ab3ce9f2641eee6fc4891df017b02129529db0a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbe15f27ff6cfc5b811cd15677abd64cbd82b0ececdd07b5e546b5bd3ae220ac [INFO] running `Command { std: "docker" "start" "-a" "cbe15f27ff6cfc5b811cd15677abd64cbd82b0ececdd07b5e546b5bd3ae220ac", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stdout] warning: trait `Pam` is never used [INFO] [stdout] --> src/pam.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | trait Pam { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling clap_builder v4.4.7 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling ctrlc v3.4.1 [INFO] [stderr] Compiling clap v4.4.7 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling pluto-sdr v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc6yBurs/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libindustrial_io-803bc58cf88c6f5b,libthiserror-1d7e5d422cb1d06a,libnix-17637c15727ca4cf,libbitflags-e2b4db6c651223da,libmemoffset-c07b57f074b7826e,libcfg_if-33ef6c02a07f9fec,liblibc-43cd31de3e035ff1,liblibiio_sys-8827d2cd5d0420e7,libclap-4eed68a14bdb5bf8,libclap_builder-51087b2c6739d181,libstrsim-d620f0ade87b0f1f,libanstream-b8a4eb57ccf10052,libanstyle_query-294da531cac097e0,libcolorchoice-bfe75a9d19074058,libanstyle_parse-6e0fae2a7a89fec9,libutf8parse-e98db3169219ea11,libclap_lex-628d2097fa6ffef1,libanstyle-668789c6154fae2f}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-liio" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc6yBurs/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/examples/riio_detect-6271767ad5674e2f" "-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: unable to find library -liio [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/rustcERf7Tr/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libctrlc-9363800abc5f3056,libnix-0f5a8ed5ef72640e,libbitflags-5c36641155923b05,libpluto_sdr-6278e732bf831ab2,libindustrial_io-803bc58cf88c6f5b,libthiserror-1d7e5d422cb1d06a,libnix-17637c15727ca4cf,libbitflags-e2b4db6c651223da,libmemoffset-c07b57f074b7826e,libcfg_if-33ef6c02a07f9fec,liblibc-43cd31de3e035ff1,liblibiio_sys-8827d2cd5d0420e7,libnum-5806b7da2187b9fe,libnum_iter-1b5a97f4a7e0b9d2,libnum_rational-d147746990ca2f72,libnum_complex-d4512b8d221ca57a,libnum_bigint-2ef84c50b08ec0fb,libnum_integer-7c7d5d6c5a702c0e,libnum_traits-36edec797e8d5d52,libclap-4eed68a14bdb5bf8,libclap_builder-51087b2c6739d181,libstrsim-d620f0ade87b0f1f,libanstream-b8a4eb57ccf10052,libanstyle_query-294da531cac097e0,libcolorchoice-bfe75a9d19074058,libanstyle_parse-6e0fae2a7a89fec9,libutf8parse-e98db3169219ea11,libclap_lex-628d2097fa6ffef1,libanstyle-668789c6154fae2f}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-liio" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcERf7Tr/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/examples/riio_sample-c009c6827c7ecf48" "-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: unable to find library -liio [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pluto-sdr` (example "riio_detect") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `pluto-sdr` (example "riio_sample") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcnlTclK/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpluto_sdr-6278e732bf831ab2,libindustrial_io-803bc58cf88c6f5b,libthiserror-1d7e5d422cb1d06a,libnix-17637c15727ca4cf,libbitflags-e2b4db6c651223da,libmemoffset-c07b57f074b7826e,libcfg_if-33ef6c02a07f9fec,liblibc-43cd31de3e035ff1,liblibiio_sys-8827d2cd5d0420e7}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-liio" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcnlTclK/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/examples/filter_ma-a09a5584f81fd7cb" "-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: unable to find library -liio [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/rustcvUSO3S/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libindustrial_io-803bc58cf88c6f5b,libthiserror-1d7e5d422cb1d06a,libnix-17637c15727ca4cf,libbitflags-e2b4db6c651223da,libmemoffset-c07b57f074b7826e,libcfg_if-33ef6c02a07f9fec,liblibc-43cd31de3e035ff1,liblibiio_sys-8827d2cd5d0420e7}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-liio" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcvUSO3S/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/pluto_sdr-763962fa63288391" "-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: unable to find library -liio [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pluto-sdr` (example "filter_ma") due to 1 previous error [INFO] [stderr] error: could not compile `pluto-sdr` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "cbe15f27ff6cfc5b811cd15677abd64cbd82b0ececdd07b5e546b5bd3ae220ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbe15f27ff6cfc5b811cd15677abd64cbd82b0ececdd07b5e546b5bd3ae220ac", kill_on_drop: false }` [INFO] [stdout] cbe15f27ff6cfc5b811cd15677abd64cbd82b0ececdd07b5e546b5bd3ae220ac