[INFO] cloning repository https://github.com/CodSpeedHQ/codspeed-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CodSpeedHQ/codspeed-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodSpeedHQ%2Fcodspeed-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodSpeedHQ%2Fcodspeed-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1621b664db0e47c8a63b55b9cde64e1f7e9cdf9a [INFO] testing CodSpeedHQ/codspeed-rust against beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodSpeedHQ%2Fcodspeed-rust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CodSpeedHQ/codspeed-rust on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/CodSpeedHQ/codspeed-rust [INFO] finished tweaking git repo https://github.com/CodSpeedHQ/codspeed-rust [INFO] tweaked toml for git repo https://github.com/CodSpeedHQ/codspeed-rust written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/CodSpeedHQ/codspeed-rust 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" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f698d76bda74e5f7374e6435e9a7338bd29b47fa34abe1b11722c29c0dee7b69 [INFO] running `Command { std: "docker" "start" "-a" "f698d76bda74e5f7374e6435e9a7338bd29b47fa34abe1b11722c29c0dee7b69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f698d76bda74e5f7374e6435e9a7338bd29b47fa34abe1b11722c29c0dee7b69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f698d76bda74e5f7374e6435e9a7338bd29b47fa34abe1b11722c29c0dee7b69", kill_on_drop: false }` [INFO] [stdout] f698d76bda74e5f7374e6435e9a7338bd29b47fa34abe1b11722c29c0dee7b69 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc5a71571e2570712c80059a96b146f55bb67b977f80c0599ac2e680ba728822 [INFO] running `Command { std: "docker" "start" "-a" "fc5a71571e2570712c80059a96b146f55bb67b977f80c0599ac2e680ba728822", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling serde v1.0.176 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.176 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling serde_json v1.0.104 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling openssl v0.10.43 [INFO] [stderr] Compiling curl v0.4.44 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling clap_lex v0.3.0 [INFO] [stderr] Compiling im-rc v15.1.0 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling filetime v0.2.18 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling semver v1.0.14 [INFO] [stderr] Compiling ciborium-io v0.2.0 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling bytes v1.3.0 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling vte v0.10.1 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling globset v0.4.9 [INFO] [stderr] Compiling kstring v2.0.0 [INFO] [stderr] Compiling combine v4.6.6 [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.78 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling libnghttp2-sys v0.1.7+1.45.0 [INFO] [stderr] Compiling curl-sys v0.4.59+curl-7.86.0 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling libgit2-sys v0.14.0+1.5.0 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling sized-chunks v0.6.5 [INFO] [stderr] Compiling tempfile v3.7.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.1 [INFO] [stderr] Compiling clap v3.2.23 [INFO] [stderr] Compiling serde_ignored v0.1.5 [INFO] [stderr] Compiling cargo v0.66.0 [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stderr] Compiling cargo-platform v0.1.2 [INFO] [stderr] Compiling os_info v3.5.1 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling rayon v1.6.1 [INFO] [stderr] Compiling opener v0.5.0 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling bytesize v1.1.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling home v0.5.4 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling rustc-workspace-hack v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling codspeed v2.2.0 (/opt/rustwide/workdir/crates/codspeed) [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling rustfix v0.6.1 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling codspeed-bencher-compat v2.2.0 (/opt/rustwide/workdir/crates/bencher_compat) [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling clap_derive v4.0.21 [INFO] [stderr] Compiling crates-io v0.34.0 [INFO] [stderr] Compiling clap v4.0.29 [INFO] [stderr] Compiling toml_edit v0.14.4 [INFO] [stderr] Compiling crypto-hash v0.3.4 [INFO] [stderr] Compiling cargo-util v0.2.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling git2 v0.15.0 [INFO] [stderr] Compiling codspeed-criterion-compat v2.2.0 (/opt/rustwide/workdir/crates/criterion_compat) [INFO] [stderr] Compiling git2-curl v0.16.0 [INFO] [stderr] error: could not compile `cargo` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/bin/rustc --crate-name cargo --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.66.0/src/cargo/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1c209220a34143d4 -C extra-filename=-1c209220a34143d4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-38ffa8b634172f2a.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-b36e6f620d5be05b.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-ba7e02195e29bcae.rmeta --extern cargo_platform=/opt/rustwide/target/debug/deps/libcargo_platform-3535b64d1b16775c.rmeta --extern cargo_util=/opt/rustwide/target/debug/deps/libcargo_util-3f02a122327683cd.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-b326bba8e3a62e83.rmeta --extern crates_io=/opt/rustwide/target/debug/deps/libcrates_io-d913dc28455760f4.rmeta --extern curl=/opt/rustwide/target/debug/deps/libcurl-32edc533b54b24fd.rmeta --extern curl_sys=/opt/rustwide/target/debug/deps/libcurl_sys-f5c2bf2d7787cc59.rmeta --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-d40fdda2c4182aaa.rmeta --extern filetime=/opt/rustwide/target/debug/deps/libfiletime-e1b71df4b780bcbf.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-95a930fe2585bfc1.rmeta --extern git2=/opt/rustwide/target/debug/deps/libgit2-836f257ddfe1b8be.rmeta --extern git2_curl=/opt/rustwide/target/debug/deps/libgit2_curl-e78788deaa6906c3.rmeta --extern glob=/opt/rustwide/target/debug/deps/libglob-0cc1812718bfb19c.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-86d5c93120003637.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-4ac5a19c25b9adfb.rmeta --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-81eb015faf70e9e1.rmeta --extern ignore=/opt/rustwide/target/debug/deps/libignore-64a5b82c038b5588.rmeta --extern im_rc=/opt/rustwide/target/debug/deps/libim_rc-76f21bda3ab0121b.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-196e0b5149cfe718.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4f1f5bf04feab3fd.rmeta --extern jobserver=/opt/rustwide/target/debug/deps/libjobserver-1dd9ffb5136b1134.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-d88fc998f1ab5be0.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-ea59a9a86b631af3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-a60083767262d076.rmeta --extern libgit2_sys=/opt/rustwide/target/debug/deps/liblibgit2_sys-ab72bf005966bb17.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-2b509616e2785cf8.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-22b9e23b2f3bea7f.rmeta --extern opener=/opt/rustwide/target/debug/deps/libopener-d443a20a6e5b094b.rmeta --extern os_info=/opt/rustwide/target/debug/deps/libos_info-73c29f167afe0e58.rmeta --extern pathdiff=/opt/rustwide/target/debug/deps/libpathdiff-385c004126a9d7ab.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-1f10659c8f7836aa.rmeta --extern rustc_workspace_hack=/opt/rustwide/target/debug/deps/librustc_workspace_hack-18d5597d74fc4d42.rmeta --extern rustfix=/opt/rustwide/target/debug/deps/librustfix-c3c6c4f489534237.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-ab2e654081d9adee.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-1badcad314ddedf0.rmeta --extern serde_ignored=/opt/rustwide/target/debug/deps/libserde_ignored-50f610f136bd7aef.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7ee00a9aaa47ee48.rmeta --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-6051e1f15604183d.rmeta --extern strip_ansi_escapes=/opt/rustwide/target/debug/deps/libstrip_ansi_escapes-73b7d8b66fd680c9.rmeta --extern tar=/opt/rustwide/target/debug/deps/libtar-5db9d5f1662c852f.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-f8c3ba0712cbd888.rmeta --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-f643899f4fc2f9be.rmeta --extern toml_edit=/opt/rustwide/target/debug/deps/libtoml_edit-694f5e9590859075.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-a54c50c3c5836a4d.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-c168808772b4ff91.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-96752baddf0fbbfe.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-834aae20cd62ea6f.rmeta --cap-lints allow --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/rustwide/target/debug/build/libnghttp2-sys-1c41e16c6acf886c/out/i/lib -L native=/opt/rustwide/target/debug/build/libgit2-sys-f6e1435164f2dab9/out/build -L native=/opt/rustwide/target/debug/build/libssh2-sys-2f38171439276f9c/out/build` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "fc5a71571e2570712c80059a96b146f55bb67b977f80c0599ac2e680ba728822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc5a71571e2570712c80059a96b146f55bb67b977f80c0599ac2e680ba728822", kill_on_drop: false }` [INFO] [stdout] fc5a71571e2570712c80059a96b146f55bb67b977f80c0599ac2e680ba728822