[INFO] cloning repository https://github.com/00fast00/luapack
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/00fast00/luapack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F00fast00%2Fluapack", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F00fast00%2Fluapack'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4afd661979b37da53b4a7db2474241e98e1e4467
[INFO] checking 00fast00/luapack against try#f27166d4c64dc29edc5ea3214357f191edf8b635 for pr-148329
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F00fast00%2Fluapack" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/00fast00/luapack
[INFO] finished tweaking git repo https://github.com/00fast00/luapack
[INFO] tweaked toml for git repo https://github.com/00fast00/luapack written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/00fast00/luapack on toolchain f27166d4c64dc29edc5ea3214357f191edf8b635
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/00fast00/luapack 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" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fcfbe3a0837f82fbe44be73be4d662cc1668bc96a1120ad759bd995ec5b09cd8
[INFO] running `Command { std: "docker" "start" "-a" "fcfbe3a0837f82fbe44be73be4d662cc1668bc96a1120ad759bd995ec5b09cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcfbe3a0837f82fbe44be73be4d662cc1668bc96a1120ad759bd995ec5b09cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcfbe3a0837f82fbe44be73be4d662cc1668bc96a1120ad759bd995ec5b09cd8", kill_on_drop: false }`
[INFO] [stdout] fcfbe3a0837f82fbe44be73be4d662cc1668bc96a1120ad759bd995ec5b09cd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70e591c5c02ab37c7674abd6abccc74e1a58b49aa43809ceda6232134017f1a9
[INFO] running `Command { std: "docker" "start" "-a" "70e591c5c02ab37c7674abd6abccc74e1a58b49aa43809ceda6232134017f1a9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking num-modular v0.6.1
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking yaml-rust2 v0.10.4
[INFO] [stderr]     Checking num-order v1.2.0
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking smol_str v0.3.4
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking config v0.15.18
[INFO] [stderr]    Compiling full_moon_derive v0.11.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking full_moon v2.0.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking handlebars v6.3.2
[INFO] [stderr]     Checking insta v1.43.2
[INFO] [stderr]     Checking luapack v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 48.78s
[INFO] running `Command { std: "docker" "inspect" "70e591c5c02ab37c7674abd6abccc74e1a58b49aa43809ceda6232134017f1a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70e591c5c02ab37c7674abd6abccc74e1a58b49aa43809ceda6232134017f1a9", kill_on_drop: false }`
[INFO] [stdout] 70e591c5c02ab37c7674abd6abccc74e1a58b49aa43809ceda6232134017f1a9
