[INFO] fetching crate escape-bytes 0.1.1... [INFO] testing escape-bytes-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate escape-bytes 0.1.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate escape-bytes 0.1.1 [INFO] finished tweaking crates.io crate escape-bytes 0.1.1 [INFO] tweaked toml for crates.io crate escape-bytes 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate escape-bytes 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b36fbd94469b4691fdab8a0ee8f78ae9a140be80beffd523782f12259167fc2c [INFO] running `Command { std: "docker" "start" "-a" "b36fbd94469b4691fdab8a0ee8f78ae9a140be80beffd523782f12259167fc2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b36fbd94469b4691fdab8a0ee8f78ae9a140be80beffd523782f12259167fc2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b36fbd94469b4691fdab8a0ee8f78ae9a140be80beffd523782f12259167fc2c", kill_on_drop: false }` [INFO] [stdout] b36fbd94469b4691fdab8a0ee8f78ae9a140be80beffd523782f12259167fc2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cbb4d0283bfb31967aa26bd7fb39070557a3429d1fd1894de4a5ec31187bba6 [INFO] running `Command { std: "docker" "start" "-a" "3cbb4d0283bfb31967aa26bd7fb39070557a3429d1fd1894de4a5ec31187bba6", kill_on_drop: false }` [INFO] [stderr] Compiling escape-bytes v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `doc` [INFO] [stdout] --> src/escape.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^----- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"docs"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stdout] = help: consider adding `doc` 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: `doc` [INFO] [stdout] --> src/unescape.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^----- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"docs"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stdout] = help: consider adding `doc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] running `Command { std: "docker" "inspect" "3cbb4d0283bfb31967aa26bd7fb39070557a3429d1fd1894de4a5ec31187bba6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cbb4d0283bfb31967aa26bd7fb39070557a3429d1fd1894de4a5ec31187bba6", kill_on_drop: false }` [INFO] [stdout] 3cbb4d0283bfb31967aa26bd7fb39070557a3429d1fd1894de4a5ec31187bba6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4ab1ea0a0aa3b3a8d0dc75a85ebed49972eb0316103a2f4892fa81e22e78aac [INFO] running `Command { std: "docker" "start" "-a" "e4ab1ea0a0aa3b3a8d0dc75a85ebed49972eb0316103a2f4892fa81e22e78aac", kill_on_drop: false }` [INFO] [stderr] Compiling escape-bytes v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `doc` [INFO] [stdout] --> src/escape.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^----- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"docs"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stdout] = help: consider adding `doc` 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: `doc` [INFO] [stdout] --> src/unescape.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^----- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"docs"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stdout] = help: consider adding `doc` 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: `doc` [INFO] [stdout] --> src/escape.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^----- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"docs"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stdout] = help: consider adding `doc` 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: `doc` [INFO] [stdout] --> src/unescape.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stdout] | ^^^^^^^^^^----- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"docs"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stdout] = help: consider adding `doc` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "e4ab1ea0a0aa3b3a8d0dc75a85ebed49972eb0316103a2f4892fa81e22e78aac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4ab1ea0a0aa3b3a8d0dc75a85ebed49972eb0316103a2f4892fa81e22e78aac", kill_on_drop: false }` [INFO] [stdout] e4ab1ea0a0aa3b3a8d0dc75a85ebed49972eb0316103a2f4892fa81e22e78aac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 85701c75dfe7b7e4ed44b7df418256e7da0cdb2b5410120ae279345f43e1602c [INFO] running `Command { std: "docker" "start" "-a" "85701c75dfe7b7e4ed44b7df418256e7da0cdb2b5410120ae279345f43e1602c", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `doc` [INFO] [stderr] --> src/escape.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stderr] | ^^^^^^^^^^----- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"docs"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stderr] = help: consider adding `doc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `doc` [INFO] [stderr] --> src/unescape.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | #[cfg_attr(feature = "doc", doc(cfg(feature = "alloc")))] [INFO] [stderr] | ^^^^^^^^^^----- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"docs"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, and `docs` [INFO] [stderr] = help: consider adding `doc` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `escape-bytes` (lib) generated 2 warnings [INFO] [stderr] warning: `escape-bytes` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/escape_bytes-1f7d96aa1e76a663) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test test::escape::test_escape ... ok [INFO] [stdout] test test::escape::test_escaped_max_len ... ok [INFO] [stdout] test test::escape::test_escape_into ... ok [INFO] [stdout] test test::escape::test_escaped_len ... ok [INFO] [stdout] test test::unescape::test_unescape ... ok [INFO] [stdout] test test::escape::test_escape_into_error ... ok [INFO] [stdout] test test::unescape::test_unescape_all ... ok [INFO] [stdout] test test::unescape::test_unescape_error ... ok [INFO] [stdout] test test::unescape::test_unescape_into_error ... ok [INFO] [stdout] test test::unescape::test_unescaped_len_error ... ok [INFO] [stdout] test test::unescape::test_unescaped_len ... ok [INFO] [stdout] test test::escape::test_escape_all ... ok [INFO] [stdout] test test::unescape::test_unescape_into ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests escape_bytes [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/unescape.rs - unescape::unescape (line 13) ... ok [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] test src/escape.rs - escape::escape (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "85701c75dfe7b7e4ed44b7df418256e7da0cdb2b5410120ae279345f43e1602c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85701c75dfe7b7e4ed44b7df418256e7da0cdb2b5410120ae279345f43e1602c", kill_on_drop: false }` [INFO] [stdout] 85701c75dfe7b7e4ed44b7df418256e7da0cdb2b5410120ae279345f43e1602c