[INFO] cloning repository https://github.com/aschampion/n5gest
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aschampion/n5gest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faschampion%2Fn5gest", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faschampion%2Fn5gest'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ec82e09f30fe5cb7efd235af8ffab4ab3ba6da9d
[INFO] checking aschampion/n5gest against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faschampion%2Fn5gest" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aschampion/n5gest
[INFO] finished tweaking git repo https://github.com/aschampion/n5gest
[INFO] tweaked toml for git repo https://github.com/aschampion/n5gest written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aschampion/n5gest on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aschampion/n5gest 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded number_prefix v0.3.0
[INFO] [stderr]   Downloaded serde_plain v1.0.1
[INFO] [stderr]   Downloaded console v0.15.2
[INFO] [stderr]   Downloaded strfmt v0.2.2
[INFO] [stderr]   Downloaded n5 v0.7.6
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.82
[INFO] [stderr]   Downloaded indicatif v0.13.0
[INFO] [stderr]   Downloaded scratch v1.0.2
[INFO] [stderr]   Downloaded futures-executor v0.3.25
[INFO] [stderr]   Downloaded prettytable-rs v0.9.0
[INFO] [stderr]   Downloaded futures-macro v0.3.25
[INFO] [stderr]   Downloaded cc v1.0.76
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.82
[INFO] [stderr]   Downloaded futures v0.3.25
[INFO] [stderr]   Downloaded cxx-build v1.0.82
[INFO] [stderr]   Downloaded ndarray v0.13.1
[INFO] [stderr]   Downloaded cxx v1.0.82
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 592f2fa939817c35382596e4dd58c61c33f2fe691b0d13799c2f8911dcedc5dc
[INFO] running `Command { std: "docker" "start" "-a" "592f2fa939817c35382596e4dd58c61c33f2fe691b0d13799c2f8911dcedc5dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "592f2fa939817c35382596e4dd58c61c33f2fe691b0d13799c2f8911dcedc5dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "592f2fa939817c35382596e4dd58c61c33f2fe691b0d13799c2f8911dcedc5dc", kill_on_drop: false }`
[INFO] [stdout] 592f2fa939817c35382596e4dd58c61c33f2fe691b0d13799c2f8911dcedc5dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6931fab86aa74f3158562e4ef1bd5d0693cb1faea86460601e532ffada1229e9
[INFO] running `Command { std: "docker" "start" "-a" "6931fab86aa74f3158562e4ef1bd5d0693cb1faea86460601e532ffada1229e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling cc v1.0.76
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]    Compiling ndarray v0.13.1
[INFO] [stderr]     Checking futures-io v0.3.25
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling serde_json v1.0.88
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking aho-corasick v0.7.19
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking num_cpus v1.14.0
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking console v0.15.2
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking bytemuck v1.12.3
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling lz4-sys v1.9.4
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]     Checking number_prefix v0.3.0
[INFO] [stderr]     Checking encode_unicode v1.0.0
[INFO] [stderr]     Checking strfmt v0.2.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking chrono v0.4.23
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking bzip2 v0.4.3
[INFO] [stderr]     Checking indicatif v0.13.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking futures-executor v0.3.25
[INFO] [stderr]     Checking futures v0.3.25
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking serde_plain v1.0.1
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking prettytable-rs v0.9.0
[INFO] [stderr]     Checking lz4 v1.24.0
[INFO] [stderr]     Checking n5 v0.7.6
[INFO] [stderr]     Checking n5gest v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `cell`
[INFO] [stdout]   --> src/main.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         cell,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cell`
[INFO] [stdout]   --> src/main.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         cell,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |          ^------------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `FromPrimitive` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_MetricPrefix`
[INFO] [stdout] 80 | enum MetricPrefix {
[INFO] [stdout]    |      ------------ `MetricPrefix` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                         ^----------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         `ToPrimitive` is not local
[INFO] [stdout]    |                         move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_MetricPrefix`
[INFO] [stdout] 80 | enum MetricPrefix {
[INFO] [stdout]    |      ------------ `MetricPrefix` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:79:10
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |          ^------------
[INFO] [stdout]    |          |
[INFO] [stdout]    |          `FromPrimitive` is not local
[INFO] [stdout]    |          move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_MetricPrefix`
[INFO] [stdout] 80 | enum MetricPrefix {
[INFO] [stdout]    |      ------------ `MetricPrefix` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/main.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                         ^----------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         `ToPrimitive` is not local
[INFO] [stdout]    |                         move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_MetricPrefix`
[INFO] [stdout] 80 | enum MetricPrefix {
[INFO] [stdout]    |      ------------ `MetricPrefix` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.72s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v1.2.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "6931fab86aa74f3158562e4ef1bd5d0693cb1faea86460601e532ffada1229e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6931fab86aa74f3158562e4ef1bd5d0693cb1faea86460601e532ffada1229e9", kill_on_drop: false }`
[INFO] [stdout] 6931fab86aa74f3158562e4ef1bd5d0693cb1faea86460601e532ffada1229e9
