[INFO] fetching crate mef2tmf 0.1.0...
[INFO] building mef2tmf-0.1.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate mef2tmf 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate mef2tmf 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mef2tmf 0.1.0
[INFO] tweaked toml for crates.io crate mef2tmf 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mef2tmf 0.1.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mef2tmf 0.1.0 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rust_iso4217 v0.1.1
[INFO] [stderr]   Downloaded meflib v0.1.0
[INFO] [stderr]   Downloaded tmflib-derive v0.1.26
[INFO] [stderr]   Downloaded base32 v0.5.0
[INFO] [stderr]   Downloaded async-trait v0.1.77
[INFO] [stderr]   Downloaded tmflib v0.1.19
[INFO] [stderr]   Downloaded openapiv3 v2.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f86bf7fde66b1bde389bcb51ccc9f5c6ebe139735006110ca7ae5714eaa5a3ce
[INFO] running `Command { std: "docker" "start" "-a" "f86bf7fde66b1bde389bcb51ccc9f5c6ebe139735006110ca7ae5714eaa5a3ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f86bf7fde66b1bde389bcb51ccc9f5c6ebe139735006110ca7ae5714eaa5a3ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f86bf7fde66b1bde389bcb51ccc9f5c6ebe139735006110ca7ae5714eaa5a3ce", kill_on_drop: false }`
[INFO] [stdout] f86bf7fde66b1bde389bcb51ccc9f5c6ebe139735006110ca7ae5714eaa5a3ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7a426ac240b9290d808bf4241174e32a11aac6aaa024a8aadc3ff1dd0d58750
[INFO] running `Command { std: "docker" "start" "-a" "c7a426ac240b9290d808bf4241174e32a11aac6aaa024a8aadc3ff1dd0d58750", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling serde_json v1.0.121
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.59
[INFO] [stderr]    Compiling base32 v0.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling uuid v1.9.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling tmflib-derive v0.1.26
[INFO] [stderr]    Compiling sha256 v1.5.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling openapiv3 v2.0.0
[INFO] [stderr]    Compiling meflib v0.1.0
[INFO] [stderr]    Compiling rust_iso4217 v0.1.1
[INFO] [stderr]    Compiling tmflib v0.1.19
[INFO] [stderr]    Compiling mef2tmf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.35s
[INFO] running `Command { std: "docker" "inspect" "c7a426ac240b9290d808bf4241174e32a11aac6aaa024a8aadc3ff1dd0d58750", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7a426ac240b9290d808bf4241174e32a11aac6aaa024a8aadc3ff1dd0d58750", kill_on_drop: false }`
[INFO] [stdout] c7a426ac240b9290d808bf4241174e32a11aac6aaa024a8aadc3ff1dd0d58750
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab5f8d14705b78e9d3b5092349eb1d0421f667e4ec620c2bb41eb23d3bc02bb6
[INFO] running `Command { std: "docker" "start" "-a" "ab5f8d14705b78e9d3b5092349eb1d0421f667e4ec620c2bb41eb23d3bc02bb6", kill_on_drop: false }`
[INFO] [stderr]    Compiling mef2tmf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] running `Command { std: "docker" "inspect" "ab5f8d14705b78e9d3b5092349eb1d0421f667e4ec620c2bb41eb23d3bc02bb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab5f8d14705b78e9d3b5092349eb1d0421f667e4ec620c2bb41eb23d3bc02bb6", kill_on_drop: false }`
[INFO] [stdout] ab5f8d14705b78e9d3b5092349eb1d0421f667e4ec620c2bb41eb23d3bc02bb6
