[INFO] fetching crate openjp2 0.5.3... [INFO] checking openjp2-0.5.3 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate openjp2 0.5.3 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate openjp2 0.5.3 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate openjp2 0.5.3 [INFO] finished tweaking crates.io crate openjp2 0.5.3 [INFO] tweaked toml for crates.io crate openjp2 0.5.3 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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (latest: v2.6.0) [INFO] [stderr] Adding sprintf v0.1.4 (latest: v0.3.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sprintf v0.1.4 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b49035de0cbf9117a0940895385a15a0b940c01659606c5f277f00c499b8f9f4 [INFO] running `Command { std: "docker" "start" "-a" "b49035de0cbf9117a0940895385a15a0b940c01659606c5f277f00c499b8f9f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b49035de0cbf9117a0940895385a15a0b940c01659606c5f277f00c499b8f9f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b49035de0cbf9117a0940895385a15a0b940c01659606c5f277f00c499b8f9f4", kill_on_drop: false }` [INFO] [stdout] b49035de0cbf9117a0940895385a15a0b940c01659606c5f277f00c499b8f9f4 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5d1e9bc4f681d3d44994e286d068c6859ec4f81cb54f35f36693737afc5c0f4 [INFO] running `Command { std: "docker" "start" "-a" "a5d1e9bc4f681d3d44994e286d068c6859ec4f81cb54f35f36693737afc5c0f4", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking sprintf v0.1.4 [INFO] [stderr] Checking openjp2 v0.5.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:273:9 [INFO] [stdout] | [INFO] [stdout] 273 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 279 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:329:13 [INFO] [stdout] | [INFO] [stdout] 329 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:331:13 [INFO] [stdout] | [INFO] [stdout] 331 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:374:13 [INFO] [stdout] | [INFO] [stdout] 374 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:378:13 [INFO] [stdout] | [INFO] [stdout] 378 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:382:13 [INFO] [stdout] | [INFO] [stdout] 382 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:425:13 [INFO] [stdout] | [INFO] [stdout] 425 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:427:13 [INFO] [stdout] | [INFO] [stdout] 427 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:431:13 [INFO] [stdout] | [INFO] [stdout] 431 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:433:13 [INFO] [stdout] | [INFO] [stdout] 433 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:435:13 [INFO] [stdout] | [INFO] [stdout] 435 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:471:13 [INFO] [stdout] | [INFO] [stdout] 471 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:473:13 [INFO] [stdout] | [INFO] [stdout] 473 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:475:13 [INFO] [stdout] | [INFO] [stdout] 475 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:477:13 [INFO] [stdout] | [INFO] [stdout] 477 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:479:13 [INFO] [stdout] | [INFO] [stdout] 479 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:481:13 [INFO] [stdout] | [INFO] [stdout] 481 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:273:9 [INFO] [stdout] | [INFO] [stdout] 273 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 279 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:329:13 [INFO] [stdout] | [INFO] [stdout] 329 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:331:13 [INFO] [stdout] | [INFO] [stdout] 331 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:374:13 [INFO] [stdout] | [INFO] [stdout] 374 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:378:13 [INFO] [stdout] | [INFO] [stdout] 378 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:382:13 [INFO] [stdout] | [INFO] [stdout] 382 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:425:13 [INFO] [stdout] | [INFO] [stdout] 425 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:427:13 [INFO] [stdout] | [INFO] [stdout] 427 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:431:13 [INFO] [stdout] | [INFO] [stdout] 431 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:433:13 [INFO] [stdout] | [INFO] [stdout] 433 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:435:13 [INFO] [stdout] | [INFO] [stdout] 435 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:471:13 [INFO] [stdout] | [INFO] [stdout] 471 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:473:13 [INFO] [stdout] | [INFO] [stdout] 473 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:475:13 [INFO] [stdout] | [INFO] [stdout] 475 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpwl` [INFO] [stdout] --> src/j2k.rs:477:13 [INFO] [stdout] | [INFO] [stdout] 477 | #[cfg(feature = "jpwl")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpwl` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:479:13 [INFO] [stdout] | [INFO] [stdout] 479 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `jpspec` [INFO] [stdout] --> src/j2k.rs:481:13 [INFO] [stdout] | [INFO] [stdout] 481 | #[cfg(feature = "jpspec")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `file-io`, and `std` [INFO] [stdout] = help: consider adding `jpspec` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s [INFO] running `Command { std: "docker" "inspect" "a5d1e9bc4f681d3d44994e286d068c6859ec4f81cb54f35f36693737afc5c0f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5d1e9bc4f681d3d44994e286d068c6859ec4f81cb54f35f36693737afc5c0f4", kill_on_drop: false }` [INFO] [stdout] a5d1e9bc4f681d3d44994e286d068c6859ec4f81cb54f35f36693737afc5c0f4