[INFO] cloning repository https://github.com/pemistahl/grex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pemistahl/grex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpemistahl%2Fgrex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpemistahl%2Fgrex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1adf8ed91af38c831d49fa112a2d9bd78cf5c777 [INFO] checking pemistahl/grex against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpemistahl%2Fgrex" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pemistahl/grex on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pemistahl/grex [INFO] finished tweaking git repo https://github.com/pemistahl/grex [INFO] tweaked toml for git repo https://github.com/pemistahl/grex written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/pemistahl/grex already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2e1b2ec1df6c93473694f2df56635758e20467dbae8a51fb8a7e99560335830 [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" "a2e1b2ec1df6c93473694f2df56635758e20467dbae8a51fb8a7e99560335830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2e1b2ec1df6c93473694f2df56635758e20467dbae8a51fb8a7e99560335830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2e1b2ec1df6c93473694f2df56635758e20467dbae8a51fb8a7e99560335830", kill_on_drop: false }` [INFO] [stdout] a2e1b2ec1df6c93473694f2df56635758e20467dbae8a51fb8a7e99560335830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35c7dc6836d428bc22ff5220d11a93e1312b83c09ac22c4dbcd495614b621101 [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" "35c7dc6836d428bc22ff5220d11a93e1312b83c09ac22c4dbcd495614b621101", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking unic-ucd-category v0.9.0 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking bit-set v0.5.1 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking regex v1.3.6 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling rstest v0.6.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking petgraph v0.5.0 [INFO] [stderr] Checking float-cmp v0.6.0 [INFO] [stderr] Checking predicates v1.0.4 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking ndarray v0.13.0 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] Checking assert_cmd v1.0.1 [INFO] [stderr] Checking proptest v0.9.6 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling structopt-derive v0.4.6 [INFO] [stderr] Checking structopt v0.3.13 [INFO] [stderr] Checking grex v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/regexp/builder.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | _ => panic!(error), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 72 | _ => panic!("{}", error), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 72 | _ => std::panic::panic_any(error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/regexp/regexp.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | / std::mem::replace( [INFO] [stdout] 48 | | test_cases, [INFO] [stdout] 49 | | test_cases.iter().map(|it| it.to_lowercase()).collect_vec(), [INFO] [stdout] 50 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/regexp/builder.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | _ => panic!(error), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 72 | _ => panic!("{}", error), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 72 | _ => std::panic::panic_any(error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/regexp/regexp.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | / std::mem::replace( [INFO] [stdout] 48 | | test_cases, [INFO] [stdout] 49 | | test_cases.iter().map(|it| it.to_lowercase()).collect_vec(), [INFO] [stdout] 50 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "35c7dc6836d428bc22ff5220d11a93e1312b83c09ac22c4dbcd495614b621101", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35c7dc6836d428bc22ff5220d11a93e1312b83c09ac22c4dbcd495614b621101", kill_on_drop: false }` [INFO] [stdout] 35c7dc6836d428bc22ff5220d11a93e1312b83c09ac22c4dbcd495614b621101