[INFO] fetching crate serde_dhall 0.12.1... [INFO] checking serde_dhall-0.12.1 against master#94b72d6bebbddb5d17860914c4544f37365e988c for pr-122789 [INFO] extracting crate serde_dhall 0.12.1 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate serde_dhall 0.12.1 on toolchain 94b72d6bebbddb5d17860914c4544f37365e988c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate serde_dhall 0.12.1 [INFO] finished tweaking crates.io crate serde_dhall 0.12.1 [INFO] tweaked toml for crates.io crate serde_dhall 0.12.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded minicbor v0.18.0 [INFO] [stderr] Downloaded dhall v0.12.0 [INFO] [stderr] Downloaded dhall_proc_macros v0.6.1 [INFO] [stderr] Downloaded minicbor-derive v0.12.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61406f474c8ad4d155936d7fd350323137360b1b8e692888c8260c96dd678d23 [INFO] running `Command { std: "docker" "start" "-a" "61406f474c8ad4d155936d7fd350323137360b1b8e692888c8260c96dd678d23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61406f474c8ad4d155936d7fd350323137360b1b8e692888c8260c96dd678d23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61406f474c8ad4d155936d7fd350323137360b1b8e692888c8260c96dd678d23", kill_on_drop: false }` [INFO] [stdout] 61406f474c8ad4d155936d7fd350323137360b1b8e692888c8260c96dd678d23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+94b72d6bebbddb5d17860914c4544f37365e988c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 404b0b781d93c123304e280daae87b87e23f2b7c24c5aea08751a19c6a010f0a [INFO] running `Command { std: "docker" "start" "-a" "404b0b781d93c123304e280daae87b87e23f2b7c24c5aea08751a19c6a010f0a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling minicbor v0.18.0 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking encoding_rs v0.8.33 [INFO] [stderr] Compiling pulldown-cmark v0.9.6 [INFO] [stderr] Compiling pretty v0.11.3 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking winnow v0.5.40 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking annotate-snippets v0.9.2 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking elsa v1.10.0 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Checking half v2.4.0 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling abnf-core v0.5.0 [INFO] [stderr] Compiling abnf v0.12.0 [INFO] [stderr] Compiling abnf_to_pest v0.5.1 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Compiling pest_consume_macros v1.1.0 [INFO] [stderr] Compiling dhall_proc_macros v0.6.1 [INFO] [stderr] Checking h2 v0.3.25 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking openssl v0.10.64 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling pest v2.7.8 [INFO] [stderr] Checking hyper v0.14.28 [INFO] [stderr] Compiling pest_meta v2.7.8 [INFO] [stderr] Checking serde v1.0.197 [INFO] [stderr] Compiling pest_generator v2.7.8 [INFO] [stderr] Checking native-tls v0.2.11 [INFO] [stderr] Compiling dhall v0.12.0 [INFO] [stderr] Compiling pest_derive v2.7.8 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking pest_consume v1.1.3 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Checking toml_edit v0.19.15 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking toml v0.7.8 [INFO] [stderr] Checking version-sync v0.9.5 [INFO] [stderr] Checking serde_dhall v0.12.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s [INFO] running `Command { std: "docker" "inspect" "404b0b781d93c123304e280daae87b87e23f2b7c24c5aea08751a19c6a010f0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "404b0b781d93c123304e280daae87b87e23f2b7c24c5aea08751a19c6a010f0a", kill_on_drop: false }` [INFO] [stdout] 404b0b781d93c123304e280daae87b87e23f2b7c24c5aea08751a19c6a010f0a