[INFO] updating cached repository https://github.com/ratschance/patch-fix [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 149042a36318a1675e93e7a4efdce80101a8b4a7 [INFO] checking ratschance/patch-fix against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fratschance%2Fpatch-fix" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ratschance/patch-fix on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ratschance/patch-fix [INFO] finished tweaking git repo https://github.com/ratschance/patch-fix [INFO] tweaked toml for git repo https://github.com/ratschance/patch-fix written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ratschance/patch-fix already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 23ce52a63a969ce56e84190a76275fd39cac4d31a4249308f89829dea537045b [INFO] running `"docker" "start" "-a" "23ce52a63a969ce56e84190a76275fd39cac4d31a4249308f89829dea537045b"` [INFO] [stderr] Checking libc v0.2.26 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking regex-syntax v0.4.1 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking unicode-segmentation v1.1.0 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking thread_local v0.3.4 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking textwrap v0.6.0 [INFO] [stderr] Checking clap v2.25.0 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Checking patch-fix v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref RE_INIT: Regex = Regex::new(R_HASH_LINE).unwrap(); [INFO] [stderr] 44 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref RE_INIT: Regex = Regex::new(R_HASH_LINE).unwrap(); [INFO] [stderr] 44 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | / lazy_static! { [INFO] [stderr] 59 | | static ref RE_AUTHOR: Regex = Regex::new(R_AUTHOR_LINE).unwrap(); [INFO] [stderr] 60 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | / lazy_static! { [INFO] [stderr] 59 | | static ref RE_AUTHOR: Regex = Regex::new(R_AUTHOR_LINE).unwrap(); [INFO] [stderr] 60 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:73:17 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_DATE: Regex = Regex::new(R_DATE_LINE).unwrap(); [INFO] [stderr] 75 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:73:17 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_DATE: Regex = Regex::new(R_DATE_LINE).unwrap(); [INFO] [stderr] 75 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | static ref RE_SUB: Regex = Regex::new(R_SUBJECT_LINE).unwrap(); [INFO] [stderr] 90 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | static ref RE_SUB: Regex = Regex::new(R_SUBJECT_LINE).unwrap(); [INFO] [stderr] 90 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref RE_INIT: Regex = Regex::new(R_HASH_LINE).unwrap(); [INFO] [stderr] 44 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref RE_INIT: Regex = Regex::new(R_HASH_LINE).unwrap(); [INFO] [stderr] 44 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | / lazy_static! { [INFO] [stderr] 59 | | static ref RE_AUTHOR: Regex = Regex::new(R_AUTHOR_LINE).unwrap(); [INFO] [stderr] 60 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | / lazy_static! { [INFO] [stderr] 59 | | static ref RE_AUTHOR: Regex = Regex::new(R_AUTHOR_LINE).unwrap(); [INFO] [stderr] 60 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:73:17 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_DATE: Regex = Regex::new(R_DATE_LINE).unwrap(); [INFO] [stderr] 75 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:73:17 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_DATE: Regex = Regex::new(R_DATE_LINE).unwrap(); [INFO] [stderr] 75 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | static ref RE_SUB: Regex = Regex::new(R_SUBJECT_LINE).unwrap(); [INFO] [stderr] 90 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/patch.rs:88:17 [INFO] [stderr] | [INFO] [stderr] 88 | / lazy_static! { [INFO] [stderr] 89 | | static ref RE_SUB: Regex = Regex::new(R_SUBJECT_LINE).unwrap(); [INFO] [stderr] 90 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.79s [INFO] running `"docker" "inspect" "23ce52a63a969ce56e84190a76275fd39cac4d31a4249308f89829dea537045b"` [INFO] running `"docker" "rm" "-f" "23ce52a63a969ce56e84190a76275fd39cac4d31a4249308f89829dea537045b"` [INFO] [stdout] 23ce52a63a969ce56e84190a76275fd39cac4d31a4249308f89829dea537045b