[INFO] updating cached repository https://github.com/jackpot51/artifact-data [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 01cba6fbaee50b8c1f8d48d5a38fe8beeba14710 [INFO] testing jackpot51/artifact-data against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackpot51%2Fartifact-data" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackpot51/artifact-data on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jackpot51/artifact-data already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6a4be22571531f3ba7ea0b8e071971f4ca70ea9640fd5bb8b2e8f77ae2df902f [INFO] running `"docker" "start" "-a" "6a4be22571531f3ba7ea0b8e071971f4ca70ea9640fd5bb8b2e8f77ae2df902f"` [INFO] [stderr] Compiling serde v1.0.20 [INFO] [stderr] Compiling prelude v0.2.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [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] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling failure v0.0.1 (https://github.com/withoutboats/failure#ae276f58) [INFO] [stderr] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 9.36s [INFO] running `"docker" "inspect" "6a4be22571531f3ba7ea0b8e071971f4ca70ea9640fd5bb8b2e8f77ae2df902f"` [INFO] running `"docker" "rm" "-f" "6a4be22571531f3ba7ea0b8e071971f4ca70ea9640fd5bb8b2e8f77ae2df902f"` [INFO] [stdout] 6a4be22571531f3ba7ea0b8e071971f4ca70ea9640fd5bb8b2e8f77ae2df902f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] c93eea7169291ff6bbe2a020d000c4c739e5d0620f61bf2e48376a9a31cf61cd [INFO] running `"docker" "start" "-a" "c93eea7169291ff6bbe2a020d000c4c739e5d0620f61bf2e48376a9a31cf61cd"` [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling serde_json v1.0.6 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.4.1 [INFO] [stderr] Compiling artifact-data v0.1.0 (/opt/rustwide/workdir) [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 10.08s [INFO] running `"docker" "inspect" "c93eea7169291ff6bbe2a020d000c4c739e5d0620f61bf2e48376a9a31cf61cd"` [INFO] running `"docker" "rm" "-f" "c93eea7169291ff6bbe2a020d000c4c739e5d0620f61bf2e48376a9a31cf61cd"` [INFO] [stdout] c93eea7169291ff6bbe2a020d000c4c739e5d0620f61bf2e48376a9a31cf61cd [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 32fa0c9fda9036a75b8f9c0a8b7b0f189a169ec0d7fd5fd67810d64b2616c852 [INFO] running `"docker" "start" "-a" "32fa0c9fda9036a75b8f9c0a8b7b0f189a169ec0d7fd5fd67810d64b2616c852"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/artifact_data-d80a5fb31b8cce73 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test family::test::sanity_auto_partof ... ok [INFO] [stdout] test test_name::sanity_names_invalid ... ok [INFO] [stdout] test test_name::sanity_names_valid ... ok [INFO] [stdout] test family::test::sanity_parent ... ok [INFO] [stdout] test test_name::sanity_serde_name ... ok [INFO] [stdout] test test_name::fuzz_name_key ... ok [INFO] [stdout] test family::test::fuzz_name_auto_partof ... ok [INFO] [stdout] test family::test::fuzz_name_parent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests artifact-data [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/name.rs - name::TYPE_SPLIT_LOC (line 56) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/name.rs - name::TYPE_SPLIT_LOC (line 56) stdout ---- [INFO] [stdout] error: expected expression, found `}` [INFO] [stdout] --> src/name.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 5 | } [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/name.rs - name::TYPE_SPLIT_LOC (line 56) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "32fa0c9fda9036a75b8f9c0a8b7b0f189a169ec0d7fd5fd67810d64b2616c852"` [INFO] running `"docker" "rm" "-f" "32fa0c9fda9036a75b8f9c0a8b7b0f189a169ec0d7fd5fd67810d64b2616c852"` [INFO] [stdout] 32fa0c9fda9036a75b8f9c0a8b7b0f189a169ec0d7fd5fd67810d64b2616c852