[INFO] cloning repository https://github.com/luluvia/maso
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luluvia/maso" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluluvia%2Fmaso", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluluvia%2Fmaso'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 55aa89c51656a1ebaa7aebfbccd5478ed9d9ed7c
[INFO] checking luluvia/maso against try#334963c956d25708feab489a3816ae63f639355d for pr-135216-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluluvia%2Fmaso" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/luluvia/maso 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/luluvia/maso
[INFO] finished tweaking git repo https://github.com/luluvia/maso
[INFO] tweaked toml for git repo https://github.com/luluvia/maso written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/luluvia/maso 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] de824aef68612648eb6c17e2ce721d5e5370fff64487b45fed420e8ca4c06517
[INFO] running `Command { std: "docker" "start" "-a" "de824aef68612648eb6c17e2ce721d5e5370fff64487b45fed420e8ca4c06517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de824aef68612648eb6c17e2ce721d5e5370fff64487b45fed420e8ca4c06517", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de824aef68612648eb6c17e2ce721d5e5370fff64487b45fed420e8ca4c06517", kill_on_drop: false }`
[INFO] [stdout] de824aef68612648eb6c17e2ce721d5e5370fff64487b45fed420e8ca4c06517
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f478399412536045cedac9c71fb841ac0f7dc65cd6535d6bd512ac21c0f3ac79
[INFO] running `Command { std: "docker" "start" "-a" "f478399412536045cedac9c71fb841ac0f7dc65cd6535d6bd512ac21c0f3ac79", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking lab v0.11.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking phf_shared v0.10.0
[INFO] [stderr]     Checking deltae v0.3.2
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking vtparse v0.6.2
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking memmem v0.1.1
[INFO] [stderr]     Checking finl_unicode v1.2.0
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling terminfo v0.7.5
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking termios v0.3.3
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking signal-hook v0.1.17
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.23.2
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling wezterm-dynamic-derive v0.1.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking csscolorparser v0.6.2
[INFO] [stderr]     Checking pest v2.7.8
[INFO] [stderr]     Checking filedescriptor v0.8.2
[INFO] [stderr]     Checking wezterm-dynamic v0.1.0
[INFO] [stderr]     Checking wezterm-dynamic v0.2.0
[INFO] [stderr]     Checking wezterm-color-types v0.2.0
[INFO] [stderr]     Checking wezterm-bidi v0.2.3
[INFO] [stderr]     Checking semver-parser v0.10.2
[INFO] [stderr]    Compiling pest_meta v2.7.8
[INFO] [stderr]     Checking semver v0.11.0
[INFO] [stderr]    Compiling pest_generator v2.7.8
[INFO] [stderr]    Compiling pest_derive v2.7.8
[INFO] [stderr]     Checking termwiz v0.18.0
[INFO] [stderr]     Checking superconsole v0.2.0
[INFO] [stderr]     Checking maso v0.1.0-next (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s
[INFO] running `Command { std: "docker" "inspect" "f478399412536045cedac9c71fb841ac0f7dc65cd6535d6bd512ac21c0f3ac79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f478399412536045cedac9c71fb841ac0f7dc65cd6535d6bd512ac21c0f3ac79", kill_on_drop: false }`
[INFO] [stdout] f478399412536045cedac9c71fb841ac0f7dc65cd6535d6bd512ac21c0f3ac79
