[INFO] cloning repository https://github.com/wavejumper/opm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wavejumper/opm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwavejumper%2Fopm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwavejumper%2Fopm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d42d05accc6235857c35be3aed402ba0c1b68389 [INFO] testing wavejumper/opm against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwavejumper%2Fopm" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wavejumper/opm on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wavejumper/opm [INFO] finished tweaking git repo https://github.com/wavejumper/opm [INFO] tweaked toml for git repo https://github.com/wavejumper/opm written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/wavejumper/opm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] de130b2f07ed5385a71683ea5339635b2f0723e145dc5e35c8062cb0c9154f8b [INFO] running `Command { std: "docker" "start" "-a" "de130b2f07ed5385a71683ea5339635b2f0723e145dc5e35c8062cb0c9154f8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de130b2f07ed5385a71683ea5339635b2f0723e145dc5e35c8062cb0c9154f8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de130b2f07ed5385a71683ea5339635b2f0723e145dc5e35c8062cb0c9154f8b", kill_on_drop: false }` [INFO] [stdout] de130b2f07ed5385a71683ea5339635b2f0723e145dc5e35c8062cb0c9154f8b [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c6099ea4f3ab7ac472b154043675602f02b1c1314e71bcd7f5948816ac78ee40 [INFO] running `Command { std: "docker" "start" "-a" "c6099ea4f3ab7ac472b154043675602f02b1c1314e71bcd7f5948816ac78ee40", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling safemem v0.3.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling opm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `commit` [INFO] [stdout] --> src/manifest.rs:218:8 [INFO] [stdout] | [INFO] [stdout] 218 | fn commit(&self, manifest: &Manifest) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcY1aK2P/list" "-m64" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/opm.opm.39db4c3b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/opm.hi9ibhcy0z7pz4o.rcgu.o" "/opt/rustwide/target/debug/deps/opm.l7qdrzhbrzmf1rw.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lpd" "-Wl,-Bstatic" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libserde_json-1837d011e1c4cd81.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libryu-ecba551cbb1694bc.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libitoa-17b710834fb0317a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libserde-644e030887008736.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/librouter-777e20313b666190.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libroute_recognizer-2f65a48ca2f2a9ad.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libiron-dd0f76548e87b2b1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libmodifier-d770046e3e6ad831.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libmime_guess-9f60a454ddfb40c5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libphf-3f41b7aff0a751b5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libphf_shared-71faaa647d7aa3bd.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libsiphasher-6f5687a2a360a3ab.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libplugin-649818151ba2f258.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libtypemap-fd04929065128cd8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libunsafe_any-33a683faddc697e5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libhyper-ac302a11f355ed38.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libmime-85136892370e9966.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/liblanguage_tags-ef4b8b002da7e23f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libtypeable-5ad66ef440d974a3.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libtraitobject-c47ee9ca9f97a3f1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libnum_cpus-de84a43e5535cbad.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libunicase-f0e506652d507503.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/liburl-c8a0afaed95fa0bb.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libpercent_encoding-f51489b4440e4fe1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libidna-a4d286cfdbc8208f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libunicode_normalization-be478efb84b8998b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libsmallvec-dbb414485207823a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libtime-e1dc4c34d0816399.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/liblibc-6df1c31eea31b39e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libbase64-d3a19e283fa25f77.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libsafemem-345ff20ba80438d1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libbyteorder-16d863000652add8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/liblog-30569f1b1df192c0.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/liblog-ac333b03a0e873e2.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/target/debug/deps/libcfg_if-ff15ca4418a0fa04.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--no-whole-archive" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libopm.so" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lpd [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `opm` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "c6099ea4f3ab7ac472b154043675602f02b1c1314e71bcd7f5948816ac78ee40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6099ea4f3ab7ac472b154043675602f02b1c1314e71bcd7f5948816ac78ee40", kill_on_drop: false }` [INFO] [stdout] c6099ea4f3ab7ac472b154043675602f02b1c1314e71bcd7f5948816ac78ee40