[INFO] cloning repository https://github.com/thomwiggers/lpn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomwiggers/lpn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomwiggers%2Flpn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomwiggers%2Flpn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 24f23ce33be71b0d0f1f71a9234d1e8e55defb0d [INFO] building thomwiggers/lpn against try#8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 for pr-94962 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomwiggers%2Flpn" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thomwiggers/lpn on toolchain 8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-15/source/rust-toolchain [INFO] started tweaking git repo https://github.com/thomwiggers/lpn [INFO] finished tweaking git repo https://github.com/thomwiggers/lpn [INFO] tweaked toml for git repo https://github.com/thomwiggers/lpn written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8ce8e8633d937d399346490a539e63c00da7effeeacdfa9842cff06380a2394 [INFO] running `Command { std: "docker" "start" "-a" "b8ce8e8633d937d399346490a539e63c00da7effeeacdfa9842cff06380a2394", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8ce8e8633d937d399346490a539e63c00da7effeeacdfa9842cff06380a2394", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8ce8e8633d937d399346490a539e63c00da7effeeacdfa9842cff06380a2394", kill_on_drop: false }` [INFO] [stdout] b8ce8e8633d937d399346490a539e63c00da7effeeacdfa9842cff06380a2394 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddf33b1855fea26782036aa6cccbfff77c8e76ecaf630df4cdb12744acacd427 [INFO] running `Command { std: "docker" "start" "-a" "ddf33b1855fea26782036aa6cccbfff77c8e76ecaf630df4cdb12744acacd427", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling packed_simd_2 v0.3.7 [INFO] [stderr] Compiling m4ri-sys v0.3.3 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling binomial-iter v0.1.0 [INFO] [stderr] Compiling unchecked_unwrap v3.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling sys-info v0.9.1 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling quote v1.0.16 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling factorial v0.2.1 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling vob v2.0.6 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling m4ri-rust v0.4.0 [INFO] [stderr] Compiling lpn v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.11s [INFO] running `Command { std: "docker" "inspect" "ddf33b1855fea26782036aa6cccbfff77c8e76ecaf630df4cdb12744acacd427", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddf33b1855fea26782036aa6cccbfff77c8e76ecaf630df4cdb12744acacd427", kill_on_drop: false }` [INFO] [stdout] ddf33b1855fea26782036aa6cccbfff77c8e76ecaf630df4cdb12744acacd427 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf5f1e9782cd4b988dd8ce7c1cc739571f353e2a612fb0ab112e516c92f77ae8 [INFO] running `Command { std: "docker" "start" "-a" "bf5f1e9782cd4b988dd8ce7c1cc739571f353e2a612fb0ab112e516c92f77ae8", kill_on_drop: false }` [INFO] [stderr] Compiling num_threads v0.1.5 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling simple_logger v1.16.0 [INFO] [stderr] Compiling lpn v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `lpn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lpn --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codes"' --cfg 'feature="csprng"' --cfg 'feature="default"' -C metadata=53438eddfa4e5624 -C extra-filename=-53438eddfa4e5624 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern binomial_iter=/opt/rustwide/target/debug/deps/libbinomial_iter-4885544e575efc5d.rlib --extern factorial=/opt/rustwide/target/debug/deps/libfactorial-6d4837aebaf60f9b.rlib --extern fnv=/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-b9bcb9e4c8a2cb9e.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-880a78c1c498d46c.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-de6ab1fd6080fec5.rlib --extern m4ri_rust=/opt/rustwide/target/debug/deps/libm4ri_rust-4e33587ece92a278.rlib --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-11ada67ed70eeb98.rlib --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-98096ea83d5b4715.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-9fa5b19f20137857.rlib --extern packed_simd_2=/opt/rustwide/target/debug/deps/libpacked_simd_2-5c2e002e20d18da5.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-3c49e17ff332b57b.rlib --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-2eea5d20c3f91d2e.rlib --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-5eb2aa59826a861d.rlib --extern rand_xoshiro=/opt/rustwide/target/debug/deps/librand_xoshiro-f48d36c74922f503.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-3eb85d1d3928e7e4.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-886c88fa428a1959.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-7453cbb3b8df6930.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-263c27f0b51346bc.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-ba8dcc3e08533595.rlib --extern simple_logger=/opt/rustwide/target/debug/deps/libsimple_logger-0bcd94efacc5f240.rlib --extern sys_info=/opt/rustwide/target/debug/deps/libsys_info-6bcdf0eeee271ef1.rlib --extern unchecked_unwrap=/opt/rustwide/target/debug/deps/libunchecked_unwrap-c2337fce0810d553.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/m4ri-sys-7ca0cf521233674c/out/m4ri/.libs -L native=/opt/rustwide/target/debug/build/sys-info-e3ccd63c83284ec6/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bf5f1e9782cd4b988dd8ce7c1cc739571f353e2a612fb0ab112e516c92f77ae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf5f1e9782cd4b988dd8ce7c1cc739571f353e2a612fb0ab112e516c92f77ae8", kill_on_drop: false }` [INFO] [stdout] bf5f1e9782cd4b988dd8ce7c1cc739571f353e2a612fb0ab112e516c92f77ae8