[INFO] fetching crate balena-cdsl 0.10.6...
[INFO] checking balena-cdsl-0.10.6 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate balena-cdsl 0.10.6 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate balena-cdsl 0.10.6 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate balena-cdsl 0.10.6
[INFO] finished tweaking crates.io crate balena-cdsl 0.10.6
[INFO] tweaked toml for crates.io crate balena-cdsl 0.10.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded error-chain v0.10.0
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.3.27
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.2.50
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.2.50
[INFO] [stderr]   Downloaded strfmt v0.1.6
[INFO] [stderr]   Downloaded pretty_assertions v0.5.1
[INFO] [stderr]   Downloaded itertools v0.7.11
[INFO] [stderr]   Downloaded yaml-merge-keys v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e92d6d5c7d68c6959ca976f7d34e0b832cc4ed272d3ccb6ea5652bcb73610ebe
[INFO] running `Command { std: "docker" "start" "-a" "e92d6d5c7d68c6959ca976f7d34e0b832cc4ed272d3ccb6ea5652bcb73610ebe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e92d6d5c7d68c6959ca976f7d34e0b832cc4ed272d3ccb6ea5652bcb73610ebe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e92d6d5c7d68c6959ca976f7d34e0b832cc4ed272d3ccb6ea5652bcb73610ebe", kill_on_drop: false }`
[INFO] [stdout] e92d6d5c7d68c6959ca976f7d34e0b832cc4ed272d3ccb6ea5652bcb73610ebe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d437b2000cebdc976ff32930b66a5afb41c027964320a05376a4485012f039e4
[INFO] running `Command { std: "docker" "start" "-a" "d437b2000cebdc976ff32930b66a5afb41c027964320a05376a4485012f039e4", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling strfmt v0.1.6
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]     Checking pretty_assertions v0.5.1
[INFO] [stderr]    Compiling balena-cdsl v0.10.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking heck v0.3.3
[INFO] [stdout] warning: field `message` is never read
[INFO] [stdout]   --> build.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | struct Error {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 48 |     message: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking serde_yaml v0.8.26
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]     Checking yaml-merge-keys v0.3.0
[INFO] [stdout] warning: field `message` is never read
[INFO] [stdout]   --> src/dsl/schema/compiler/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CompilationError {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 19 |     message: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `message` is never read
[INFO] [stdout]   --> src/dsl/schema/compiler/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CompilationError {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 19 |     message: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.87s
[INFO] running `Command { std: "docker" "inspect" "d437b2000cebdc976ff32930b66a5afb41c027964320a05376a4485012f039e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d437b2000cebdc976ff32930b66a5afb41c027964320a05376a4485012f039e4", kill_on_drop: false }`
[INFO] [stdout] d437b2000cebdc976ff32930b66a5afb41c027964320a05376a4485012f039e4
[INFO] checking balena-cdsl-0.10.6 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate balena-cdsl 0.10.6 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate balena-cdsl 0.10.6 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain
[INFO] started tweaking crates.io crate balena-cdsl 0.10.6
[INFO] finished tweaking crates.io crate balena-cdsl 0.10.6
[INFO] tweaked toml for crates.io crate balena-cdsl 0.10.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6dcb5bfb47afae373e7c48de9cd438dbb76c70405456f2e09d591699164a842a
[INFO] running `Command { std: "docker" "start" "-a" "6dcb5bfb47afae373e7c48de9cd438dbb76c70405456f2e09d591699164a842a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6dcb5bfb47afae373e7c48de9cd438dbb76c70405456f2e09d591699164a842a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6dcb5bfb47afae373e7c48de9cd438dbb76c70405456f2e09d591699164a842a", kill_on_drop: false }`
[INFO] [stdout] 6dcb5bfb47afae373e7c48de9cd438dbb76c70405456f2e09d591699164a842a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0eba6ff6be6e434465fff78d537c3eca118484ac9636ff4424f380fad79747c9
[INFO] running `Command { std: "docker" "start" "-a" "0eba6ff6be6e434465fff78d537c3eca118484ac9636ff4424f380fad79747c9", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling strfmt v0.1.6
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]     Checking pretty_assertions v0.5.1
[INFO] [stderr]    Compiling balena-cdsl v0.10.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking heck v0.3.3
[INFO] [stdout] warning: field `message` is never read
[INFO] [stdout]   --> build.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | struct Error {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 48 |     message: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking serde_yaml v0.8.26
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]     Checking yaml-merge-keys v0.3.0
[INFO] [stdout] warning: field `message` is never read
[INFO] [stdout]   --> src/dsl/schema/compiler/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CompilationError {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 19 |     message: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `message` is never read
[INFO] [stdout]   --> src/dsl/schema/compiler/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct CompilationError {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 19 |     message: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompilationError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.83s
[INFO] running `Command { std: "docker" "inspect" "0eba6ff6be6e434465fff78d537c3eca118484ac9636ff4424f380fad79747c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0eba6ff6be6e434465fff78d537c3eca118484ac9636ff4424f380fad79747c9", kill_on_drop: false }`
[INFO] [stdout] 0eba6ff6be6e434465fff78d537c3eca118484ac9636ff4424f380fad79747c9
