[INFO] cloning repository https://github.com/abinoam/binrubyscript [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abinoam/binrubyscript" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabinoam%2Fbinrubyscript", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabinoam%2Fbinrubyscript'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f23aa4505085a3f30a29a773934f3fbd293f7941 [INFO] building abinoam/binrubyscript against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabinoam%2Fbinrubyscript" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/abinoam/binrubyscript [INFO] finished tweaking git repo https://github.com/abinoam/binrubyscript [INFO] tweaked toml for git repo https://github.com/abinoam/binrubyscript written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/abinoam/binrubyscript on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/abinoam/binrubyscript 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe78a34bdc6f256b8aa21f86384cb35691ddb38975edd102fcc3042e878c7ec0 [INFO] running `Command { std: "docker" "start" "-a" "fe78a34bdc6f256b8aa21f86384cb35691ddb38975edd102fcc3042e878c7ec0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe78a34bdc6f256b8aa21f86384cb35691ddb38975edd102fcc3042e878c7ec0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe78a34bdc6f256b8aa21f86384cb35691ddb38975edd102fcc3042e878c7ec0", kill_on_drop: false }` [INFO] [stdout] fe78a34bdc6f256b8aa21f86384cb35691ddb38975edd102fcc3042e878c7ec0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45ddacacf8c485c48c73e0d71f63cc1318c63c748dbe856950e8ed54b569ea9b [INFO] running `Command { std: "docker" "start" "-a" "45ddacacf8c485c48c73e0d71f63cc1318c63c748dbe856950e8ed54b569ea9b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling bstr v1.10.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling const_fn v0.4.10 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling scolapasta-string-escape v0.3.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling cc v1.1.30 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tz-rs v0.6.14 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling raw-parts v2.1.0 [INFO] [stderr] Compiling posix-space v1.0.4 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling tzdb_data v0.1.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Compiling focaccia v1.4.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling scolapasta-strbuf v1.0.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling scolapasta-aref v0.1.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling tzdb v0.6.1 [INFO] [stderr] Compiling fd-lock v4.0.2 [INFO] [stderr] Compiling strftime-ruby v1.0.1 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling scolapasta-path v0.5.1 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling scolapasta-hex v0.3.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling rand_mt v4.2.2 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling qed v1.6.1 [INFO] [stderr] Compiling artichoke-core v0.13.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling rustyline v14.0.0 [INFO] [stderr] Compiling spinoso-string v0.25.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling spinoso-securerandom v0.2.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling spinoso-symbol v0.4.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling spinoso-random v0.4.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling artichoke v0.1.0-pre.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling spinoso-env v0.2.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling spinoso-time v0.8.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling rust-embed-utils v8.5.0 [INFO] [stderr] Compiling spinoso-math v0.3.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling scolapasta-int-parse v0.2.2 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling spinoso-array v0.10.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling spinoso-exception v0.1.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling artichoke-load-path v0.1.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling intaglio v1.9.1 [INFO] [stderr] Compiling mezzaluna-type-registry v2.0.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling artichoke-readline v1.2.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling rust-embed-impl v8.5.0 [INFO] [stderr] Compiling artichoke-repl-history v1.0.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling onig v6.4.0 [INFO] [stderr] Compiling rust-embed v8.5.0 [INFO] [stderr] Compiling spinoso-regexp v0.5.0 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling artichoke-backend v0.24.1 (https://github.com/artichoke/artichoke#b7640707) [INFO] [stderr] Compiling binrubyscript v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "45ddacacf8c485c48c73e0d71f63cc1318c63c748dbe856950e8ed54b569ea9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45ddacacf8c485c48c73e0d71f63cc1318c63c748dbe856950e8ed54b569ea9b", kill_on_drop: false }` [INFO] [stdout] 45ddacacf8c485c48c73e0d71f63cc1318c63c748dbe856950e8ed54b569ea9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b4fffbbd102221a4ad434d86ddba44d55b4dd0064f2c00a092c90b66145f479 [INFO] running `Command { std: "docker" "start" "-a" "4b4fffbbd102221a4ad434d86ddba44d55b4dd0064f2c00a092c90b66145f479", kill_on_drop: false }` [INFO] [stderr] Compiling binrubyscript v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "4b4fffbbd102221a4ad434d86ddba44d55b4dd0064f2c00a092c90b66145f479", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b4fffbbd102221a4ad434d86ddba44d55b4dd0064f2c00a092c90b66145f479", kill_on_drop: false }` [INFO] [stdout] 4b4fffbbd102221a4ad434d86ddba44d55b4dd0064f2c00a092c90b66145f479