[INFO] fetching crate enc 0.3.0... [INFO] testing enc-0.3.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate enc 0.3.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate enc 0.3.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate enc 0.3.0 [INFO] finished tweaking crates.io crate enc 0.3.0 [INFO] tweaked toml for crates.io crate enc 0.3.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0eac14f4a33d423c641f3dc51bb2546ef6d0b19af6f485d95065b7955f80c1f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e0eac14f4a33d423c641f3dc51bb2546ef6d0b19af6f485d95065b7955f80c1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0eac14f4a33d423c641f3dc51bb2546ef6d0b19af6f485d95065b7955f80c1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0eac14f4a33d423c641f3dc51bb2546ef6d0b19af6f485d95065b7955f80c1f", kill_on_drop: false }` [INFO] [stdout] e0eac14f4a33d423c641f3dc51bb2546ef6d0b19af6f485d95065b7955f80c1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0da2b7b328fb669c6de6198e6eeab64a73df6589d4d20dd0c2e79b17d9e4b823 [INFO] running `Command { std: "docker" "start" "-a" "0da2b7b328fb669c6de6198e6eeab64a73df6589d4d20dd0c2e79b17d9e4b823", kill_on_drop: false }` [INFO] [stderr] Compiling enc v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/decoding.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 81 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/encoding/lower.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/encoding/upper.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "0da2b7b328fb669c6de6198e6eeab64a73df6589d4d20dd0c2e79b17d9e4b823", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0da2b7b328fb669c6de6198e6eeab64a73df6589d4d20dd0c2e79b17d9e4b823", kill_on_drop: false }` [INFO] [stdout] 0da2b7b328fb669c6de6198e6eeab64a73df6589d4d20dd0c2e79b17d9e4b823 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18771478ce667989fd85d6bcc0f0624f7f320822fb772665c025c12601f5ac2d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "18771478ce667989fd85d6bcc0f0624f7f320822fb772665c025c12601f5ac2d", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/decoding.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 81 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/encoding/lower.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling enc v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/encoding/upper.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/decoding.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 81 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/encoding/lower.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/hex/encoding/upper.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "18771478ce667989fd85d6bcc0f0624f7f320822fb772665c025c12601f5ac2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18771478ce667989fd85d6bcc0f0624f7f320822fb772665c025c12601f5ac2d", kill_on_drop: false }` [INFO] [stdout] 18771478ce667989fd85d6bcc0f0624f7f320822fb772665c025c12601f5ac2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a321561f2ef6c413dc97d0d1b5a6eecaac109414f7f51b9e28889f6bd8de7ae6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a321561f2ef6c413dc97d0d1b5a6eecaac109414f7f51b9e28889f6bd8de7ae6", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/hex/decoding.rs:81:16 [INFO] [stderr] | [INFO] [stderr] 81 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 81 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/hex/encoding/lower.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/hex/encoding/upper.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | panic!(INSUFFICIENT_TARGET_SPACE); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 43 | panic!("{}", INSUFFICIENT_TARGET_SPACE); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `enc` (lib) generated 3 warnings [INFO] [stderr] warning: `enc` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/enc-161fb738b20ffca1) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test percent::encoding::encoded_length_usize_tests::test_encoded_length_usize ... ok [INFO] [stdout] test hex::decoding::decode_tests::test_decode_panics - should panic ... ok [INFO] [stdout] test hex::encoding::encoded_length_usize_tests::test_encoded_length_usize_panics - should panic ... ok [INFO] [stdout] test hex::encoding::lower::encode_lower_tests::test_encode_lower_panics - should panic ... ok [INFO] [stdout] test hex::encoding::upper::encode_upper_tests::test_encode_upper_panics - should panic ... ok [INFO] [stdout] test percent::decoding::tests::test_decode_panics - should panic ... ok [INFO] [stdout] test percent::encoding::encoded_length_usize_tests::test_encoded_length_usize_panics1 - should panic ... ok [INFO] [stdout] test percent::encoding::encoded_length_usize_tests::test_encoded_length_usize_panics2 - should panic ... ok [INFO] [stdout] test percent::encoding::tests::test_encode_lower_panics - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests enc [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/percent/encoding.rs - percent::encoding::encoded_length (line 72) ... ok [INFO] [stdout] test src/hex/encoding/upper.rs - hex::encoding::upper::encode_upper (line 27) ... ok [INFO] [stdout] test src/hex/encoding/mod.rs - hex::encoding::encoded_length (line 32) ... ok [INFO] [stdout] test src/percent/validating.rs - percent::validating::is_valid (line 4) ... ok [INFO] [stdout] test src/hex/validating.rs - hex::validating::is_valid (line 31) ... ok [INFO] [stdout] test src/percent/encoding.rs - percent::encoding::encode (line 95) ... ok [INFO] [stdout] test src/percent/decoding.rs - percent::decoding::decoded_length (line 4) ... ok [INFO] [stdout] test src/percent/encoding.rs - percent::encoding::needs_encoding (line 6) ... ok [INFO] [stdout] test src/hex/decoding.rs - hex::decoding::decoded_length (line 33) ... ok [INFO] [stdout] test src/hex/validating.rs - hex::validating::is_valid_char (line 5) ... ok [INFO] [stdout] test src/hex/decoding.rs - hex::decoding::decode_byte (line 7) ... ok [INFO] [stdout] test src/hex/encoding/lower.rs - hex::encoding::lower::encode_lower (line 27) ... ok [INFO] [stdout] test src/hex/decoding.rs - hex::decoding::decode (line 57) ... ok [INFO] [stdout] test src/hex/encoding/upper.rs - hex::encoding::upper::encode_byte_upper (line 6) ... ok [INFO] [stdout] test src/hex/encoding/lower.rs - hex::encoding::lower::encode_byte_lower (line 6) ... ok [INFO] [stdout] test src/percent/decoding.rs - percent::decoding::decode (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a321561f2ef6c413dc97d0d1b5a6eecaac109414f7f51b9e28889f6bd8de7ae6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a321561f2ef6c413dc97d0d1b5a6eecaac109414f7f51b9e28889f6bd8de7ae6", kill_on_drop: false }` [INFO] [stdout] a321561f2ef6c413dc97d0d1b5a6eecaac109414f7f51b9e28889f6bd8de7ae6