[INFO] fetching crate vmt 1.0.0-alpha.1...
[INFO] building vmt-1.0.0-alpha.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate vmt 1.0.0-alpha.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate vmt 1.0.0-alpha.1
[INFO] finished tweaking crates.io crate vmt 1.0.0-alpha.1
[INFO] tweaked toml for crates.io crate vmt 1.0.0-alpha.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate vmt 1.0.0-alpha.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vmt 1.0.0-alpha.1 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a7f4c7219c92a9d1456a35629d001b73088607eef1eaeb3fc57797f7d9388a65
[INFO] running `Command { std: "docker" "start" "-a" "a7f4c7219c92a9d1456a35629d001b73088607eef1eaeb3fc57797f7d9388a65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7f4c7219c92a9d1456a35629d001b73088607eef1eaeb3fc57797f7d9388a65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7f4c7219c92a9d1456a35629d001b73088607eef1eaeb3fc57797f7d9388a65", kill_on_drop: false }`
[INFO] [stdout] a7f4c7219c92a9d1456a35629d001b73088607eef1eaeb3fc57797f7d9388a65
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20a6fda4eb5e7080895406ba17185f47707cce5b62c81320ea3fe9aeb98929d2
[INFO] running `Command { std: "docker" "start" "-a" "20a6fda4eb5e7080895406ba17185f47707cce5b62c81320ea3fe9aeb98929d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling ouroboros_macro v0.18.4
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling derive_builder_core v0.20.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling mail-parser v0.9.3
[INFO] [stderr]    Compiling charset v0.1.5
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.0
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling quoted_printable v0.5.1
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling ouroboros v0.18.4
[INFO] [stderr]    Compiling which v6.0.3
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling tuikit v0.5.0
[INFO] [stderr]    Compiling derive_builder v0.20.0
[INFO] [stderr]    Compiling vomit-m2dir v0.1.2
[INFO] [stderr]    Compiling fuzzy-muff v0.3.26
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling vte v0.13.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling imap-proto v0.16.5
[INFO] [stderr]    Compiling shellexpand v3.1.0
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling bufstream v0.1.4
[INFO] [stderr]    Compiling clap_builder v4.5.11
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling clap_derive v4.5.11
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling vomit-config v0.2.1
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling mailparse v0.15.0
[INFO] [stderr]    Compiling two_percent v0.11.21
[INFO] [stderr]    Compiling imap v3.0.0-alpha.14
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling wildmatch v2.3.4
[INFO] [stderr]    Compiling spmc v0.3.0
[INFO] [stderr]    Compiling ctrlc v3.4.5
[INFO] [stderr]    Compiling clap v4.5.11
[INFO] [stderr]    Compiling mailparse v0.14.1
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling vomit v1.0.0-alpha.1
[INFO] [stderr]    Compiling vomit-m2sync v1.0.0-alpha.1
[INFO] [stderr]    Compiling vmt v1.0.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
[INFO] running `Command { std: "docker" "inspect" "20a6fda4eb5e7080895406ba17185f47707cce5b62c81320ea3fe9aeb98929d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20a6fda4eb5e7080895406ba17185f47707cce5b62c81320ea3fe9aeb98929d2", kill_on_drop: false }`
[INFO] [stdout] 20a6fda4eb5e7080895406ba17185f47707cce5b62c81320ea3fe9aeb98929d2
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 507838246c6a4eb23a6270ce78193e2cf51b0b1228b8facef4e0b31635fb60fb
[INFO] running `Command { std: "docker" "start" "-a" "507838246c6a4eb23a6270ce78193e2cf51b0b1228b8facef4e0b31635fb60fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling vmt v1.0.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] running `Command { std: "docker" "inspect" "507838246c6a4eb23a6270ce78193e2cf51b0b1228b8facef4e0b31635fb60fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "507838246c6a4eb23a6270ce78193e2cf51b0b1228b8facef4e0b31635fb60fb", kill_on_drop: false }`
[INFO] [stdout] 507838246c6a4eb23a6270ce78193e2cf51b0b1228b8facef4e0b31635fb60fb
