[INFO] fetching crate rust-assembler 0.1.13...
[INFO] testing rust-assembler-0.1.13 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate rust-assembler 0.1.13 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rust-assembler 0.1.13
[INFO] finished tweaking crates.io crate rust-assembler 0.1.13
[INFO] tweaked toml for crates.io crate rust-assembler 0.1.13 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-assembler 0.1.13 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cc7dea3d91248ffb6ea7bb972b7f4b1cf233ad1dbda8c4bef97bac92a5667ef4
[INFO] running `Command { std: "docker" "start" "-a" "cc7dea3d91248ffb6ea7bb972b7f4b1cf233ad1dbda8c4bef97bac92a5667ef4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc7dea3d91248ffb6ea7bb972b7f4b1cf233ad1dbda8c4bef97bac92a5667ef4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc7dea3d91248ffb6ea7bb972b7f4b1cf233ad1dbda8c4bef97bac92a5667ef4", kill_on_drop: false }`
[INFO] [stdout] cc7dea3d91248ffb6ea7bb972b7f4b1cf233ad1dbda8c4bef97bac92a5667ef4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b851ea62f8d742559b135b3332342de4374c2f6a13d4f470a7043da679adf991
[INFO] running `Command { std: "docker" "start" "-a" "b851ea62f8d742559b135b3332342de4374c2f6a13d4f470a7043da679adf991", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-assembler v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `RangeInclusive` and `RangeToInclusive`
[INFO] [stdout]  --> src/stack_str.rs:2:67
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ops::{ Index, IndexMut, Range, RangeFrom, RangeTo, RangeFull, RangeInclusive, RangeToInclusive },
[INFO] [stdout]   |                                                                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "b851ea62f8d742559b135b3332342de4374c2f6a13d4f470a7043da679adf991", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b851ea62f8d742559b135b3332342de4374c2f6a13d4f470a7043da679adf991", kill_on_drop: false }`
[INFO] [stdout] b851ea62f8d742559b135b3332342de4374c2f6a13d4f470a7043da679adf991
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19ba9c1c6fb7ff95593a4bfc6b3f4f7af24ebe97805f7887097d39ba16047b33
[INFO] running `Command { std: "docker" "start" "-a" "19ba9c1c6fb7ff95593a4bfc6b3f4f7af24ebe97805f7887097d39ba16047b33", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-assembler v0.1.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `RangeInclusive` and `RangeToInclusive`
[INFO] [stdout]  --> src/stack_str.rs:2:67
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ops::{ Index, IndexMut, Range, RangeFrom, RangeTo, RangeFull, RangeInclusive, RangeToInclusive },
[INFO] [stdout]   |                                                                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RangeInclusive` and `RangeToInclusive`
[INFO] [stdout]  --> src/stack_str.rs:2:67
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ops::{ Index, IndexMut, Range, RangeFrom, RangeTo, RangeFull, RangeInclusive, RangeToInclusive },
[INFO] [stdout]   |                                                                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "19ba9c1c6fb7ff95593a4bfc6b3f4f7af24ebe97805f7887097d39ba16047b33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19ba9c1c6fb7ff95593a4bfc6b3f4f7af24ebe97805f7887097d39ba16047b33", kill_on_drop: false }`
[INFO] [stdout] 19ba9c1c6fb7ff95593a4bfc6b3f4f7af24ebe97805f7887097d39ba16047b33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 68cbbd1ff4617692c45605a85e18672f5261ce7dba3c3f14ad9758ec756c32eb
[INFO] running `Command { std: "docker" "start" "-a" "68cbbd1ff4617692c45605a85e18672f5261ce7dba3c3f14ad9758ec756c32eb", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `RangeInclusive` and `RangeToInclusive`
[INFO] [stderr]  --> src/stack_str.rs:2:67
[INFO] [stderr]   |
[INFO] [stderr] 2 |     ops::{ Index, IndexMut, Range, RangeFrom, RangeTo, RangeFull, RangeInclusive, RangeToInclusive },
[INFO] [stderr]   |                                                                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-assembler` (lib) generated 1 warning (run `cargo fix --lib -p rust-assembler` to apply 1 suggestion)
[INFO] [stderr] warning: `rust-assembler` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_assembler-074d67e5ceefa94b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rust_assembler
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/bytes/contains_bytes.rs - bytes::contains_bytes::contains_bytes (line 5) ... FAILED
[INFO] [stdout] test src/str/find_str.rs - str::find_str::find_str (line 5) ... FAILED
[INFO] [stdout] test src/str/contains_str.rs - str::contains_str::contains_str (line 5) ... FAILED
[INFO] [stdout] test src/stack_str/usize_to_stack_str.rs - stack_str::usize_to_stack_str::usize_to_stack_str (line 14) ... FAILED
[INFO] [stdout] test src/bytes/find_bytes.rs - bytes::find_bytes::find_bytes (line 5) ... FAILED
[INFO] [stdout] test src/str/remove_matches.rs - str::remove_matches::remove_matches (line 6) ... FAILED
[INFO] [stdout] test src/stack_str/usize_to_stack_str.rs - stack_str::usize_to_stack_str::usize_to_stack_str (line 5) ... FAILED
[INFO] [stdout] test src/str/replace_str.rs - str::replace_str::replace_str (line 6) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/bytes/contains_bytes.rs - bytes::contains_bytes::contains_bytes (line 5) stdout ----
[INFO] [stdout] error: cannot find macro `contains` in this scope
[INFO] [stdout]  --> src/bytes/contains_bytes.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | assert_eq!(contains!(s; ["me", "v", "a, a"]), true);
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/str/find_str.rs - str::find_str::find_str (line 5) stdout ----
[INFO] [stdout] error: cannot find macro `contains` in this scope
[INFO] [stdout]  --> src/str/find_str.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | assert_eq!(contains!(s; ["me", "v", "a, a"]), true);
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/str/contains_str.rs - str::contains_str::contains_str (line 5) stdout ----
[INFO] [stdout] error: cannot find macro `contains` in this scope
[INFO] [stdout]  --> src/str/contains_str.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | assert_eq!(contains!(s; ["me", "v", "a, a"]), true);
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stack_str/usize_to_stack_str.rs - stack_str::usize_to_stack_str::usize_to_stack_str (line 14) stdout ----
[INFO] [stdout] error: cannot find macro `usize_to_str` in this scope
[INFO] [stdout]  --> src/stack_str/usize_to_stack_str.rs:15:48
[INFO] [stdout]   |
[INFO] [stdout] 3 | assert_eq!("00000123714384710312239874874388", usize_to_str!(123714384710312239874874388; 32, u128).str());
[INFO] [stdout]   |                                                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/bytes/find_bytes.rs - bytes::find_bytes::find_bytes (line 5) stdout ----
[INFO] [stdout] error: cannot find macro `find_bytes` in this scope
[INFO] [stdout]  --> src/bytes/find_bytes.rs:9:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(Some(2), find_bytes!(bytes; [a, b]));
[INFO] [stdout]   |                     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rust_assembler::find_bytes;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/str/remove_matches.rs - str::remove_matches::remove_matches (line 6) stdout ----
[INFO] [stdout] error: cannot find macro `remove_matches` in this scope
[INFO] [stdout]  --> src/str/remove_matches.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | let s_removed = remove_matches!( s; "ia", "b" );
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rust_assembler::remove_matches;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/stack_str/usize_to_stack_str.rs - stack_str::usize_to_stack_str::usize_to_stack_str (line 5) stdout ----
[INFO] [stdout] error: cannot find macro `usize_to_str` in this scope
[INFO] [stdout]  --> src/stack_str/usize_to_stack_str.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | assert_eq!("0291", usize_to_str!(291; 4).str());
[INFO] [stdout]   |                    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `usize_to_str` in this scope
[INFO] [stdout]  --> src/stack_str/usize_to_stack_str.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | assert_eq!("291", usize_to_str!(291; 3).str());
[INFO] [stdout]   |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/str/replace_str.rs - str::replace_str::replace_str (line 6) stdout ----
[INFO] [stdout] error: cannot find macro `replace_str` in this scope
[INFO] [stdout]  --> src/str/replace_str.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | let s_replaced = replace_str!( s;
[INFO] [stdout]   |                  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rust_assembler::replace_str;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/bytes/contains_bytes.rs - bytes::contains_bytes::contains_bytes (line 5)
[INFO] [stdout]     src/bytes/find_bytes.rs - bytes::find_bytes::find_bytes (line 5)
[INFO] [stdout]     src/stack_str/usize_to_stack_str.rs - stack_str::usize_to_stack_str::usize_to_stack_str (line 14)
[INFO] [stdout]     src/stack_str/usize_to_stack_str.rs - stack_str::usize_to_stack_str::usize_to_stack_str (line 5)
[INFO] [stdout]     src/str/contains_str.rs - str::contains_str::contains_str (line 5)
[INFO] [stdout]     src/str/find_str.rs - str::find_str::find_str (line 5)
[INFO] [stdout]     src/str/remove_matches.rs - str::remove_matches::remove_matches (line 6)
[INFO] [stdout]     src/str/replace_str.rs - str::replace_str::replace_str (line 6)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "68cbbd1ff4617692c45605a85e18672f5261ce7dba3c3f14ad9758ec756c32eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68cbbd1ff4617692c45605a85e18672f5261ce7dba3c3f14ad9758ec756c32eb", kill_on_drop: false }`
[INFO] [stdout] 68cbbd1ff4617692c45605a85e18672f5261ce7dba3c3f14ad9758ec756c32eb
