[INFO] cloning repository https://github.com/entity-neural-network/rogue-net-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/entity-neural-network/rogue-net-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fentity-neural-network%2Frogue-net-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fentity-neural-network%2Frogue-net-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 65f6b960027ab063a278aac2634953e93701084d
[INFO] checking entity-neural-network/rogue-net-rs against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fentity-neural-network%2Frogue-net-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/entity-neural-network/rogue-net-rs
[INFO] finished tweaking git repo https://github.com/entity-neural-network/rogue-net-rs
[INFO] tweaked toml for git repo https://github.com/entity-neural-network/rogue-net-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/entity-neural-network/rogue-net-rs on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/entity-neural-network/rogue-net-rs 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xattr v0.2.3
[INFO] [stderr]   Downloaded serde_derive v1.0.139
[INFO] [stderr]   Downloaded rmpv v1.0.0
[INFO] [stderr]   Downloaded clap_derive v3.2.7
[INFO] [stderr]   Downloaded hashbrown v0.12.2
[INFO] [stderr]   Downloaded ron v0.7.1
[INFO] [stderr]   Downloaded tar v0.4.38
[INFO] [stderr]   Downloaded serde v1.0.139
[INFO] [stderr]   Downloaded clap v3.2.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 97ea259ecac2ea830b4fe23a1932f8bcd4b6cd9d1481d4de006ba9c0baf328d5
[INFO] running `Command { std: "docker" "start" "-a" "97ea259ecac2ea830b4fe23a1932f8bcd4b6cd9d1481d4de006ba9c0baf328d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97ea259ecac2ea830b4fe23a1932f8bcd4b6cd9d1481d4de006ba9c0baf328d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97ea259ecac2ea830b4fe23a1932f8bcd4b6cd9d1481d4de006ba9c0baf328d5", kill_on_drop: false }`
[INFO] [stdout] 97ea259ecac2ea830b4fe23a1932f8bcd4b6cd9d1481d4de006ba9c0baf328d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e21eb33187b416003e0090acded0ef1cebce932a9c5999aa6e5e10feb649fd7
[INFO] running `Command { std: "docker" "start" "-a" "1e21eb33187b416003e0090acded0ef1cebce932a9c5999aa6e5e10feb649fd7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling libm v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling paste v1.0.7
[INFO] [stderr]     Checking matrixmultiply v0.3.2
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking os_str_bytes v6.2.0
[INFO] [stderr]     Checking hashbrown v0.12.2
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking filetime v0.2.17
[INFO] [stderr]     Checking xattr v0.2.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking tar v0.4.38
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking rmp v0.8.11
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]     Checking rmpv v1.0.0
[INFO] [stderr]     Checking simba v0.5.1
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking ndarray v0.15.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling clap_derive v3.2.7
[INFO] [stderr]     Checking nalgebra v0.27.1
[INFO] [stderr]     Checking ron v0.7.1
[INFO] [stderr]     Checking clap v3.2.14
[INFO] [stderr]     Checking statrs v0.15.0
[INFO] [stderr]     Checking rogue-net v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/msgpack.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ParseError(String),
[INFO] [stdout]   |     ---------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 -     ParseError(String),
[INFO] [stdout] 9 +     ParseError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `shape` and `data` are never read
[INFO] [stdout]   --> src/msgpack.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 |     I64 { shape: Vec<usize>, data: Vec<i64> },
[INFO] [stdout]    |     ---   ^^^^^              ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tensor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/msgpack.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ParseError(String),
[INFO] [stdout]   |     ---------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 -     ParseError(String),
[INFO] [stdout] 9 +     ParseError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `shape` and `data` are never read
[INFO] [stdout]   --> src/msgpack.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 |     I64 { shape: Vec<usize>, data: Vec<i64> },
[INFO] [stdout]    |     ---   ^^^^^              ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tensor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.47s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.27.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "1e21eb33187b416003e0090acded0ef1cebce932a9c5999aa6e5e10feb649fd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e21eb33187b416003e0090acded0ef1cebce932a9c5999aa6e5e10feb649fd7", kill_on_drop: false }`
[INFO] [stdout] 1e21eb33187b416003e0090acded0ef1cebce932a9c5999aa6e5e10feb649fd7
