[INFO] cloning repository https://github.com/jonhoo/inferno [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonhoo/inferno" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2837bab67a3f4172b31a39f4a454d311f88b1e6a [INFO] testing jonhoo/inferno against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Finferno" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jonhoo/inferno on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jonhoo/inferno [INFO] finished tweaking git repo https://github.com/jonhoo/inferno [INFO] tweaked toml for git repo https://github.com/jonhoo/inferno written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/jonhoo/inferno already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded str_stack v0.1.0 [INFO] [stderr] Downloaded testing_logger v0.1.1 [INFO] [stderr] Downloaded quick-xml v0.23.1 [INFO] [stderr] Downloaded itertools v0.10.4 [INFO] [stderr] Downloaded dashmap v5.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f8877b29fc06b2071d76d8dd52f1892a0c9f9603942ebcc3fb1096e865c61b6 [INFO] running `Command { std: "docker" "start" "-a" "1f8877b29fc06b2071d76d8dd52f1892a0c9f9603942ebcc3fb1096e865c61b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f8877b29fc06b2071d76d8dd52f1892a0c9f9603942ebcc3fb1096e865c61b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f8877b29fc06b2071d76d8dd52f1892a0c9f9603942ebcc3fb1096e865c61b6", kill_on_drop: false }` [INFO] [stdout] 1f8877b29fc06b2071d76d8dd52f1892a0c9f9603942ebcc3fb1096e865c61b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efc2463bf3a14156fafaf87aa7800be8c24a57fb5258cbf83864a98419c4f414 [INFO] running `Command { std: "docker" "start" "-a" "efc2463bf3a14156fafaf87aa7800be8c24a57fb5258cbf83864a98419c4f414", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling once_cell v1.14.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling bytemuck v1.12.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling textwrap v0.15.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling rgb v0.8.33 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling quick-xml v0.23.1 [INFO] [stderr] Compiling env_logger v0.9.1 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling dashmap v5.4.0 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling clap v3.2.22 [INFO] [stderr] Compiling inferno v0.11.9 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.78s [INFO] running `Command { std: "docker" "inspect" "efc2463bf3a14156fafaf87aa7800be8c24a57fb5258cbf83864a98419c4f414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efc2463bf3a14156fafaf87aa7800be8c24a57fb5258cbf83864a98419c4f414", kill_on_drop: false }` [INFO] [stdout] efc2463bf3a14156fafaf87aa7800be8c24a57fb5258cbf83864a98419c4f414 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b08698bd801f16f6fdec86491e5f303f11b61b5ebde2508f7b3b2ae5a09a01f [INFO] running `Command { std: "docker" "start" "-a" "5b08698bd801f16f6fdec86491e5f303f11b61b5ebde2508f7b3b2ae5a09a01f", kill_on_drop: false }` [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling termtree v0.2.4 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling libflate_lz77 v1.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling itertools v0.10.4 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling pretty_assertions v1.3.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling testing_logger v0.1.1 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling libflate v1.2.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling predicates v2.1.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling inferno v0.11.9 (/opt/rustwide/workdir) [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling assert_cmd v2.0.4 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] error: could not compile `inferno` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name inferno --edition=2021 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="clap"' --cfg 'feature="cli"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="indexmap"' --cfg 'feature="multithreaded"' --cfg 'feature="nameattr"' --cfg 'feature="num_cpus"' -C metadata=28c212474f387e09 -C extra-filename=-28c212474f387e09 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-bdc0c81b928049a2.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-3e15cfd1c5187b3e.rlib --extern atty=/opt/rustwide/target/debug/deps/libatty-a0f54501b4670a9a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-5c4b7e291b8efd8e.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-562209d916b2a7be.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-5cc5bac6226b0b2c.rlib --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff2ad792311e4474.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-06f1895e594b8155.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-0920381fce308665.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-fdbfe82afe9b47b6.rlib --extern itoa=/opt/rustwide/target/debug/deps/libitoa-4d6d3e127fa308f7.rlib --extern libflate=/opt/rustwide/target/debug/deps/liblibflate-f13b5dbb118afa7a.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-15be49c4d9fdeffe.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-548b00a298cd1ddc.rlib --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-583c75c5597032e4.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-c677932add284ecf.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-f370ecfdc7cc8560.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-ad897970cb3d62c0.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-fd00896de7023827.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-7835f68fb42611fa.rlib --extern rgb=/opt/rustwide/target/debug/deps/librgb-4c18936cbb8174c9.rlib --extern str_stack=/opt/rustwide/target/debug/deps/libstr_stack-a022d96f5cf8e5a3.rlib --extern testing_logger=/opt/rustwide/target/debug/deps/libtesting_logger-f2f089f16b18b1d5.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `inferno` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name collapse_perf --edition=2021 tests/collapse-perf.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="clap"' --cfg 'feature="cli"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="indexmap"' --cfg 'feature="multithreaded"' --cfg 'feature="nameattr"' --cfg 'feature="num_cpus"' -C metadata=106bd94a8a93ae42 -C extra-filename=-106bd94a8a93ae42 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-bdc0c81b928049a2.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-3e15cfd1c5187b3e.rlib --extern atty=/opt/rustwide/target/debug/deps/libatty-a0f54501b4670a9a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-5c4b7e291b8efd8e.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-562209d916b2a7be.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-5cc5bac6226b0b2c.rlib --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff2ad792311e4474.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-06f1895e594b8155.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-0920381fce308665.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-fdbfe82afe9b47b6.rlib --extern inferno=/opt/rustwide/target/debug/deps/libinferno-4ec4db9719eb3256.rlib --extern itoa=/opt/rustwide/target/debug/deps/libitoa-4d6d3e127fa308f7.rlib --extern libflate=/opt/rustwide/target/debug/deps/liblibflate-f13b5dbb118afa7a.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-15be49c4d9fdeffe.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-548b00a298cd1ddc.rlib --extern num_format=/opt/rustwide/target/debug/deps/libnum_format-583c75c5597032e4.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-c677932add284ecf.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-f370ecfdc7cc8560.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-ad897970cb3d62c0.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-fd00896de7023827.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-7835f68fb42611fa.rlib --extern rgb=/opt/rustwide/target/debug/deps/librgb-4c18936cbb8174c9.rlib --extern str_stack=/opt/rustwide/target/debug/deps/libstr_stack-a022d96f5cf8e5a3.rlib --extern testing_logger=/opt/rustwide/target/debug/deps/libtesting_logger-f2f089f16b18b1d5.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "5b08698bd801f16f6fdec86491e5f303f11b61b5ebde2508f7b3b2ae5a09a01f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b08698bd801f16f6fdec86491e5f303f11b61b5ebde2508f7b3b2ae5a09a01f", kill_on_drop: false }` [INFO] [stdout] 5b08698bd801f16f6fdec86491e5f303f11b61b5ebde2508f7b3b2ae5a09a01f