[INFO] cloning repository https://github.com/mitsuru/murphy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mitsuru/murphy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmitsuru%2Fmurphy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmitsuru%2Fmurphy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 599e725010538c2c2443acc721819a2e8b716bd3
[INFO] checking mitsuru/murphy against eff8269f797067c30555e77f160ec84c0ed15cd9 for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmitsuru%2Fmurphy" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mitsuru/murphy
[INFO] finished tweaking git repo https://github.com/mitsuru/murphy
[INFO] tweaked toml for git repo https://github.com/mitsuru/murphy written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mitsuru/murphy on toolchain eff8269f797067c30555e77f160ec84c0ed15cd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mitsuru/murphy 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" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded trybuild v1.0.116
[INFO] [stderr]   Downloaded target-triple v1.0.0
[INFO] [stderr]   Downloaded lalrpop-util v0.23.1
[INFO] [stderr]   Downloaded ruby-prism v1.9.0
[INFO] [stderr]   Downloaded linkme-impl v0.3.36
[INFO] [stderr]   Downloaded linkme v0.3.36
[INFO] [stderr]   Downloaded expect-test v1.5.1
[INFO] [stderr]   Downloaded automod v1.0.17
[INFO] [stderr]   Downloaded dissimilar v1.0.11
[INFO] [stderr]   Downloaded ruby-prism-sys v1.9.0
[INFO] [stderr]   Downloaded lalrpop v0.23.1
[INFO] [stderr]   Downloaded mruby3-sys v3.2.0
[INFO] [stderr]   Downloaded sha3 v0.10.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264
[INFO] running `Command { std: "docker" "start" "dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling murphy-ast v0.1.0 (/opt/rustwide/workdir/crates/murphy-ast)
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling lalrpop-util v0.23.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bit-vec v0.9.1
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling bit-set v0.9.1
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling linkme-impl v0.3.36
[INFO] [stderr]    Compiling linkme v0.3.36
[INFO] [stderr]    Compiling murphy-cache v0.1.0 (/opt/rustwide/workdir/crates/murphy-cache)
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling murphy-core v0.1.0 (/opt/rustwide/workdir/crates/murphy-core)
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking hashlink v0.11.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]     Checking yaml-rust2 v0.11.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking dissimilar v1.0.11
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking expect-test v1.5.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking assert_cmd v2.2.2
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling lalrpop v0.23.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling automod v1.0.17
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling murphy-prism v1.9.0 (/opt/rustwide/workdir/crates/murphy-prism)
[INFO] [stderr]    Compiling ruby-prism v1.9.0
[INFO] [stderr]    Compiling ruby-prism-sys v1.9.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]    Compiling murphy-pattern v0.1.0 (/opt/rustwide/workdir/crates/murphy-pattern)
[INFO] [stderr]     Checking murphy-plugin-macros v0.1.0 (/opt/rustwide/workdir/crates/murphy-plugin-macros)
[INFO] [stderr]     Checking murphy-plugin-api v0.1.0 (/opt/rustwide/workdir/crates/murphy-plugin-api)
[INFO] [stderr]     Checking murphy-translate v0.1.0 (/opt/rustwide/workdir/crates/murphy-translate)
[INFO] [stderr]     Checking murphy-std v0.1.0 (/opt/rustwide/workdir/crates/murphy-std)
[INFO] [stderr]     Checking murphy-example-pack v0.1.0 (/opt/rustwide/workdir/crates/murphy-example-pack)
[INFO] [stderr]     Checking murphy-rails v0.1.0 (/opt/rustwide/workdir/crates/murphy-rails)
[INFO] [stderr]     Checking murphy-rspec v0.1.0 (/opt/rustwide/workdir/crates/murphy-rspec)
[INFO] [stderr]     Checking murphy-reporting v0.1.0 (/opt/rustwide/workdir/crates/murphy-reporting)
[INFO] [stderr]     Checking murphy-cli v0.1.0 (/opt/rustwide/workdir/crates/murphy-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264", kill_on_drop: false }`
[INFO] [stdout] dd293d58025bc19c744b77ba7d45d9bb9fe14d118194d71f3e3bec74a0342264
