[INFO] updating cached repository jackpot51/artifact-data [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jackpot51/artifact-data [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jackpot51/artifact-data" "work/ex/beta-1.38-1/sources/1.37.0/gh/jackpot51/artifact-data"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jackpot51/artifact-data'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jackpot51/artifact-data" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jackpot51/artifact-data"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jackpot51/artifact-data'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 01cba6fbaee50b8c1f8d48d5a38fe8beeba14710 [INFO] sha for GitHub repo jackpot51/artifact-data: 01cba6fbaee50b8c1f8d48d5a38fe8beeba14710 [INFO] validating manifest of jackpot51/artifact-data on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jackpot51/artifact-data on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jackpot51/artifact-data [INFO] finished frobbing jackpot51/artifact-data [INFO] frobbed toml for jackpot51/artifact-data written to work/ex/beta-1.38-1/sources/1.37.0/gh/jackpot51/artifact-data/Cargo.toml [INFO] started frobbing jackpot51/artifact-data [INFO] finished frobbing jackpot51/artifact-data [INFO] frobbed toml for jackpot51/artifact-data written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jackpot51/artifact-data/Cargo.toml [INFO] crate jackpot51/artifact-data already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing jackpot51/artifact-data against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jackpot51/artifact-data:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] d75741653d3a5254e3508efc5687339c5b12bea51a9df5d236e41054ad07edb7 [INFO] running `"docker" "start" "-a" "d75741653d3a5254e3508efc5687339c5b12bea51a9df5d236e41054ad07edb7"` [INFO] [stderr] Compiling lazy_static v0.2.10 [INFO] [stderr] Compiling serde v1.0.20 [INFO] [stderr] Compiling prelude v0.2.0 [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 thread_local v0.3.4 [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/crater/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 24.35s [INFO] running `"docker" "inspect" "d75741653d3a5254e3508efc5687339c5b12bea51a9df5d236e41054ad07edb7"` [INFO] running `"docker" "rm" "-f" "d75741653d3a5254e3508efc5687339c5b12bea51a9df5d236e41054ad07edb7"` [INFO] [stdout] d75741653d3a5254e3508efc5687339c5b12bea51a9df5d236e41054ad07edb7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jackpot51/artifact-data:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b84be2f140dd41c3abc19b1e13fe843e39d41f5ffbee392d040a72e6a47747b7 [INFO] running `"docker" "start" "-a" "b84be2f140dd41c3abc19b1e13fe843e39d41f5ffbee392d040a72e6a47747b7"` [INFO] [stderr] Compiling aho-corasick v0.5.3 [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 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/crater/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] 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 20.47s [INFO] running `"docker" "inspect" "b84be2f140dd41c3abc19b1e13fe843e39d41f5ffbee392d040a72e6a47747b7"` [INFO] running `"docker" "rm" "-f" "b84be2f140dd41c3abc19b1e13fe843e39d41f5ffbee392d040a72e6a47747b7"` [INFO] [stdout] b84be2f140dd41c3abc19b1e13fe843e39d41f5ffbee392d040a72e6a47747b7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jackpot51/artifact-data:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] fd2efc931e8643ae1b5667259813ba6694e14ab120b0f42926bc7c794155fa7f [INFO] running `"docker" "start" "-a" "fd2efc931e8643ae1b5667259813ba6694e14ab120b0f42926bc7c794155fa7f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/artifact_data-83b5dd7325f35bf5 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test family::test::sanity_auto_partof ... ok [INFO] [stdout] test test_name::sanity_names_valid ... ok [INFO] [stdout] test test_name::sanity_serde_name ... ok [INFO] [stdout] test test_name::sanity_names_invalid ... ok [INFO] [stdout] test family::test::sanity_parent ... ok [INFO] [stdout] test family::test::fuzz_name_parent ... ok [INFO] [stdout] test test_name::fuzz_name_key ... ok [INFO] [stdout] test family::test::fuzz_name_auto_partof ... 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" "fd2efc931e8643ae1b5667259813ba6694e14ab120b0f42926bc7c794155fa7f"` [INFO] running `"docker" "rm" "-f" "fd2efc931e8643ae1b5667259813ba6694e14ab120b0f42926bc7c794155fa7f"` [INFO] [stdout] fd2efc931e8643ae1b5667259813ba6694e14ab120b0f42926bc7c794155fa7f