[INFO] cloning repository https://github.com/ncalibey/iridium
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ncalibey/iridium" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fncalibey%2Firidium", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fncalibey%2Firidium'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d17bd47eaf9b400f636f5c92349fa51e12ec8259
[INFO] building ncalibey/iridium against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fncalibey%2Firidium" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ncalibey/iridium
[INFO] finished tweaking git repo https://github.com/ncalibey/iridium
[INFO] tweaked toml for git repo https://github.com/ncalibey/iridium written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ncalibey/iridium 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 git repo https://github.com/ncalibey/iridium 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] bed7766692558c980751c25e5dab47b884cfdc8275b188f3df3ff54cecadf63f
[INFO] running `Command { std: "docker" "start" "-a" "bed7766692558c980751c25e5dab47b884cfdc8275b188f3df3ff54cecadf63f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bed7766692558c980751c25e5dab47b884cfdc8275b188f3df3ff54cecadf63f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bed7766692558c980751c25e5dab47b884cfdc8275b188f3df3ff54cecadf63f", kill_on_drop: false }`
[INFO] [stdout] bed7766692558c980751c25e5dab47b884cfdc8275b188f3df3ff54cecadf63f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 49db80e10da9d843454af598b67afea2ee394655eff1530666b9922f20165cc1
[INFO] running `Command { std: "docker" "start" "-a" "49db80e10da9d843454af598b67afea2ee394655eff1530666b9922f20165cc1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.70
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.6.17
[INFO] [stderr]    Compiling yaml-rust v0.3.5
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling aho-corasick v0.7.10
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling clap v2.33.1
[INFO] [stderr]    Compiling regex v1.3.7
[INFO] [stderr]    Compiling chrono v0.4.11
[INFO] [stderr]    Compiling uuid v0.7.4
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling iridium v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `PIE_HEADER_LENGTH`
[INFO] [stdout]  --> src/vm.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::assembler::{PIE_HEADER_LENGTH, PIE_HEADER_PREFIX};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `extract_labels` is never used
[INFO] [stdout]    --> src/assembler/mod.rs:302:8
[INFO] [stdout]     |
[INFO] [stdout]  95 | impl Assembler {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 302 |     fn extract_labels(&mut self, p: &Program) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `symbol_type` is never read
[INFO] [stdout]  --> src/assembler/symbols.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Symbol {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     symbol_type: SymbolType,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Symbol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `next_pid` and `max_pid` are never read
[INFO] [stdout]  --> src/scheduler/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Scheduler {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 6 |     next_pid: u32,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 7 |     max_pid: u32,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `event`, `at`, and `application_id` are never read
[INFO] [stdout]   --> src/vm.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct VMEvent {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 17 |     /// The type of event that occured.
[INFO] [stdout] 18 |     event: VMEventType,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 19 |     /// The time at which the event occured.
[INFO] [stdout] 20 |     at: DateTime<Utc>,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 21 |     application_id: Uuid,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VMEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ro_data` is never read
[INFO] [stdout]   --> src/vm.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct VM {
[INFO] [stdout]    |            -- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     ro_data: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VM` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "49db80e10da9d843454af598b67afea2ee394655eff1530666b9922f20165cc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49db80e10da9d843454af598b67afea2ee394655eff1530666b9922f20165cc1", kill_on_drop: false }`
[INFO] [stdout] 49db80e10da9d843454af598b67afea2ee394655eff1530666b9922f20165cc1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 95587c2790d63a96138c7fe908799d053a8562a22ced2a67a2803253d0ac99b2
[INFO] running `Command { std: "docker" "start" "-a" "95587c2790d63a96138c7fe908799d053a8562a22ced2a67a2803253d0ac99b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling iridium v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::vm::VM`
[INFO] [stdout]   --> src/assembler/symbols.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |     use crate::vm::VM;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `extract_labels` is never used
[INFO] [stdout]    --> src/assembler/mod.rs:302:8
[INFO] [stdout]     |
[INFO] [stdout]  95 | impl Assembler {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 302 |     fn extract_labels(&mut self, p: &Program) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `next_pid` and `max_pid` are never read
[INFO] [stdout]  --> src/scheduler/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Scheduler {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 6 |     next_pid: u32,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 7 |     max_pid: u32,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `event`, `at`, and `application_id` are never read
[INFO] [stdout]   --> src/vm.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct VMEvent {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 17 |     /// The type of event that occured.
[INFO] [stdout] 18 |     event: VMEventType,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 19 |     /// The time at which the event occured.
[INFO] [stdout] 20 |     at: DateTime<Utc>,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 21 |     application_id: Uuid,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VMEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ro_data` is never read
[INFO] [stdout]   --> src/vm.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct VM {
[INFO] [stdout]    |            -- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     ro_data: Vec<u8>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VM` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<[T; N] as IntoIterator>::into_iter` in Rust 2021
[INFO] [stdout]    --> src/vm.rs:267:39
[INFO] [stdout]     |
[INFO] [stdout] 267 |         for byte in PIE_HEADER_PREFIX.into_iter() {
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/IntoIterator-for-arrays.html>
[INFO] [stdout]     = note: `#[warn(array_into_iter)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 267 -         for byte in PIE_HEADER_PREFIX.into_iter() {
[INFO] [stdout] 267 +         for byte in PIE_HEADER_PREFIX.iter() {
[INFO] [stdout]     |
[INFO] [stdout] help: or remove `.into_iter()` to iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 267 -         for byte in PIE_HEADER_PREFIX.into_iter() {
[INFO] [stdout] 267 +         for byte in PIE_HEADER_PREFIX {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `symbol_type` is never read
[INFO] [stdout]  --> src/assembler/symbols.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Symbol {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     symbol_type: SymbolType,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Symbol` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "95587c2790d63a96138c7fe908799d053a8562a22ced2a67a2803253d0ac99b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95587c2790d63a96138c7fe908799d053a8562a22ced2a67a2803253d0ac99b2", kill_on_drop: false }`
[INFO] [stdout] 95587c2790d63a96138c7fe908799d053a8562a22ced2a67a2803253d0ac99b2
