[INFO] cloning repository https://github.com/jackpot51/artifact-data [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jackpot51/artifact-data" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackpot51%2Fartifact-data"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackpot51%2Fartifact-data'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 01cba6fbaee50b8c1f8d48d5a38fe8beeba14710 [INFO] checking jackpot51/artifact-data against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackpot51%2Fartifact-data" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackpot51/artifact-data on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jackpot51/artifact-data [INFO] finished tweaking git repo https://github.com/jackpot51/artifact-data [INFO] tweaked toml for git repo https://github.com/jackpot51/artifact-data written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/jackpot51/artifact-data already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 5175813aa3c6118c6e51fab26f9d341f07ee4954a91cb9d88b84b8da663b9f6a [INFO] running `"docker" "start" "-a" "5175813aa3c6118c6e51fab26f9d341f07ee4954a91cb9d88b84b8da663b9f6a"` [INFO] [stderr] Checking serde v1.0.20 [INFO] [stderr] Checking prelude v0.2.0 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Compiling failure_derive v0.1.0 (https://github.com/withoutboats/failure_derive#e12732b4) [INFO] [stderr] Compiling serde_derive v1.0.20 [INFO] [stderr] Checking failure v0.0.1 (https://github.com/withoutboats/failure#ae276f58) [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Checking quickcheck v0.4.1 [INFO] [stderr] Checking serde_json v1.0.6 [INFO] [stderr] Checking artifact-data 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/cache.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static!{ [INFO] [stderr] 11 | | /// global cache of names [INFO] [stderr] 12 | | pub(crate) static ref NAME_CACHE: Mutex = Mutex::new(NameCache { [INFO] [stderr] 13 | | names: HashMap::new(), [INFO] [stderr] 14 | | keys: HashMap::new(), [INFO] [stderr] 15 | | }); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/cache.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static!{ [INFO] [stderr] 11 | | /// global cache of names [INFO] [stderr] 12 | | pub(crate) static ref NAME_CACHE: Mutex = Mutex::new(NameCache { [INFO] [stderr] 13 | | names: HashMap::new(), [INFO] [stderr] 14 | | keys: HashMap::new(), [INFO] [stderr] 15 | | }); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/name.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static!{ [INFO] [stderr] 76 | | /// Valid name regular expression [INFO] [stderr] 77 | | static ref NAME_VALID_RE: Regex = Regex::new( [INFO] [stderr] 78 | | &format!("(?i)^{}$", NAME_VALID_STR)).unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/name.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static!{ [INFO] [stderr] 76 | | /// Valid name regular expression [INFO] [stderr] 77 | | static ref NAME_VALID_RE: Regex = Regex::new( [INFO] [stderr] 78 | | &format!("(?i)^{}$", NAME_VALID_STR)).unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/test_name.rs:30:29 [INFO] [stderr] | [INFO] [stderr] 30 | fn shrink(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/test_name.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | fn new(seed: Name) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/cache.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static!{ [INFO] [stderr] 11 | | /// global cache of names [INFO] [stderr] 12 | | pub(crate) static ref NAME_CACHE: Mutex = Mutex::new(NameCache { [INFO] [stderr] 13 | | names: HashMap::new(), [INFO] [stderr] 14 | | keys: HashMap::new(), [INFO] [stderr] 15 | | }); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/cache.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static!{ [INFO] [stderr] 11 | | /// global cache of names [INFO] [stderr] 12 | | pub(crate) static ref NAME_CACHE: Mutex = Mutex::new(NameCache { [INFO] [stderr] 13 | | names: HashMap::new(), [INFO] [stderr] 14 | | keys: HashMap::new(), [INFO] [stderr] 15 | | }); [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/name.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static!{ [INFO] [stderr] 76 | | /// Valid name regular expression [INFO] [stderr] 77 | | static ref NAME_VALID_RE: Regex = Regex::new( [INFO] [stderr] 78 | | &format!("(?i)^{}$", NAME_VALID_STR)).unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/name.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static!{ [INFO] [stderr] 76 | | /// Valid name regular expression [INFO] [stderr] 77 | | static ref NAME_VALID_RE: Regex = Regex::new( [INFO] [stderr] 78 | | &format!("(?i)^{}$", NAME_VALID_STR)).unwrap(); [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.45s [INFO] running `"docker" "inspect" "5175813aa3c6118c6e51fab26f9d341f07ee4954a91cb9d88b84b8da663b9f6a"` [INFO] running `"docker" "rm" "-f" "5175813aa3c6118c6e51fab26f9d341f07ee4954a91cb9d88b84b8da663b9f6a"` [INFO] [stdout] 5175813aa3c6118c6e51fab26f9d341f07ee4954a91cb9d88b84b8da663b9f6a