[INFO] cloning repository https://github.com/pkmollman/lua-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pkmollman/lua-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkmollman%2Flua-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkmollman%2Flua-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df726d6dd36b8d913f9c00171805d8da1e684b08
[INFO] building pkmollman/lua-test against try#334963c956d25708feab489a3816ae63f639355d for pr-135216-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkmollman%2Flua-test" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pkmollman/lua-test on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/pkmollman/lua-test
[INFO] finished tweaking git repo https://github.com/pkmollman/lua-test
[INFO] tweaked toml for git repo https://github.com/pkmollman/lua-test written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/pkmollman/lua-test 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0433de46d996588cf7b0806a5369b607855abd8b01444f7d0fcfc3c85bb192ef
[INFO] running `Command { std: "docker" "start" "-a" "0433de46d996588cf7b0806a5369b607855abd8b01444f7d0fcfc3c85bb192ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0433de46d996588cf7b0806a5369b607855abd8b01444f7d0fcfc3c85bb192ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0433de46d996588cf7b0806a5369b607855abd8b01444f7d0fcfc3c85bb192ef", kill_on_drop: false }`
[INFO] [stdout] 0433de46d996588cf7b0806a5369b607855abd8b01444f7d0fcfc3c85bb192ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc50ce3141b57e561c11dd65c95d829e79cfd2f6811132be2d32e39ec834fb66
[INFO] running `Command { std: "docker" "start" "-a" "dc50ce3141b57e561c11dd65c95d829e79cfd2f6811132be2d32e39ec834fb66", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling bstr v1.9.1
[INFO] [stderr]    Compiling lua-src v546.0.2
[INFO] [stderr]    Compiling which v6.0.0
[INFO] [stderr]    Compiling luajit-src v210.5.6+9cc2e42
[INFO] [stderr]    Compiling mlua-sys v0.5.1
[INFO] [stderr]    Compiling mlua v0.9.6
[INFO] [stderr]    Compiling lua-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.41s
[INFO] running `Command { std: "docker" "inspect" "dc50ce3141b57e561c11dd65c95d829e79cfd2f6811132be2d32e39ec834fb66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc50ce3141b57e561c11dd65c95d829e79cfd2f6811132be2d32e39ec834fb66", kill_on_drop: false }`
[INFO] [stdout] dc50ce3141b57e561c11dd65c95d829e79cfd2f6811132be2d32e39ec834fb66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e674d7ab196e30355862c3375c3d9151eabc137f84ddc69a7cfa83a8a81ad98
[INFO] running `Command { std: "docker" "start" "-a" "0e674d7ab196e30355862c3375c3d9151eabc137f84ddc69a7cfa83a8a81ad98", kill_on_drop: false }`
[INFO] [stderr]    Compiling lua-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "0e674d7ab196e30355862c3375c3d9151eabc137f84ddc69a7cfa83a8a81ad98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e674d7ab196e30355862c3375c3d9151eabc137f84ddc69a7cfa83a8a81ad98", kill_on_drop: false }`
[INFO] [stdout] 0e674d7ab196e30355862c3375c3d9151eabc137f84ddc69a7cfa83a8a81ad98
