[INFO] updating cached repository https://github.com/manoeldesouza/acarsrx [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 56f05e002a5a1ba0ce667fcb6e546a8c4421464e [INFO] testing manoeldesouza/acarsrx against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanoeldesouza%2Facarsrx" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/manoeldesouza/acarsrx on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/manoeldesouza/acarsrx [INFO] finished tweaking git repo https://github.com/manoeldesouza/acarsrx [INFO] tweaked toml for git repo https://github.com/manoeldesouza/acarsrx written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/manoeldesouza/acarsrx already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ccea5581e454bbc4947a9a22b0ac9eed9e53ec11ea1528203f55623185c9e445 [INFO] running `"docker" "start" "-a" "ccea5581e454bbc4947a9a22b0ac9eed9e53ec11ea1528203f55623185c9e445"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rtlsdr v0.1.4 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling acarsrx v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/acars.rs:179:53 [INFO] [stderr] | [INFO] [stderr] 179 | x => { println!("{:?}", &self.raw); ; return Err(format!("Invalid Mode Character: {:#04x}", x)) } , [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: multiple patterns covering the same range [INFO] [stderr] --> src/acars.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 104 | 0x80 => NUL, [INFO] [stderr] | ---- this range overlaps on `128u8` [INFO] [stderr] 105 | 0x00..=0x80 => byte, [INFO] [stderr] | ^^^^^^^^^^^ overlapping patterns [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(overlapping_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: multiple patterns covering the same range [INFO] [stderr] --> src/acars.rs:122:21 [INFO] [stderr] | [INFO] [stderr] 121 | 0x80 => NUL, [INFO] [stderr] | ---- this range overlaps on `128u8` [INFO] [stderr] 122 | 0x00..=0x80 => byte as u8, [INFO] [stderr] | ^^^^^^^^^^^ overlapping patterns [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.acarsrx.evrfrd5c-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161" "/opt/rustwide/target/debug/deps/acarsrx-2ea05c7a56249161.7fzaow590oky7kl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lhackrf" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librtlsdr-49144fc9f29c34ba.rlib" "/opt/rustwide/target/debug/deps/libnum-017756cfcdbb96e4.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-199dd0439b8ffc14.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-465a10bcf01d132c.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6d18c65777b1fd06.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-f1013c75eef2e9c1.rlib" "/opt/rustwide/target/debug/deps/libchrono-48cfc64705ba9d7b.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3f0eede0fe18ab07.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a512457a777da0ef.rlib" "/opt/rustwide/target/debug/deps/libtime-ca709974d9020ff1.rlib" "/opt/rustwide/target/debug/deps/liblibc-ad482eee67b90e5e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-0f4efcc2eee66360.rlib" "/opt/rustwide/target/debug/deps/libryu-791b08be66f96674.rlib" "/opt/rustwide/target/debug/deps/libitoa-738d49aa623a80f9.rlib" "/opt/rustwide/target/debug/deps/libserde-2038d8bcf834390b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lrtlsdr" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lhackrf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `acarsrx`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ccea5581e454bbc4947a9a22b0ac9eed9e53ec11ea1528203f55623185c9e445"` [INFO] running `"docker" "rm" "-f" "ccea5581e454bbc4947a9a22b0ac9eed9e53ec11ea1528203f55623185c9e445"` [INFO] [stdout] ccea5581e454bbc4947a9a22b0ac9eed9e53ec11ea1528203f55623185c9e445