[INFO] updating cached repository seaneshbaugh/integrity_check [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/seaneshbaugh/integrity_check [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/seaneshbaugh/integrity_check" "work/ex/beta-1.38-1/sources/1.37.0/gh/seaneshbaugh/integrity_check"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/seaneshbaugh/integrity_check'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/seaneshbaugh/integrity_check" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/seaneshbaugh/integrity_check"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/seaneshbaugh/integrity_check'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c0055fbfa8b9a1deb5a99407fc3ef9f02f39636 [INFO] sha for GitHub repo seaneshbaugh/integrity_check: 5c0055fbfa8b9a1deb5a99407fc3ef9f02f39636 [INFO] validating manifest of seaneshbaugh/integrity_check 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 seaneshbaugh/integrity_check 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 seaneshbaugh/integrity_check [INFO] finished frobbing seaneshbaugh/integrity_check [INFO] frobbed toml for seaneshbaugh/integrity_check written to work/ex/beta-1.38-1/sources/1.37.0/gh/seaneshbaugh/integrity_check/Cargo.toml [INFO] started frobbing seaneshbaugh/integrity_check [INFO] finished frobbing seaneshbaugh/integrity_check [INFO] frobbed toml for seaneshbaugh/integrity_check written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/seaneshbaugh/integrity_check/Cargo.toml [INFO] crate seaneshbaugh/integrity_check 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] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/seaneshbaugh/integrity_check/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing seaneshbaugh/integrity_check 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-5/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/seaneshbaugh/integrity_check:/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] eb83a03b0dde39001e5f3b10e861fbc82a40ea5863399753eddf3f7130002796 [INFO] running `"docker" "start" "-a" "eb83a03b0dde39001e5f3b10e861fbc82a40ea5863399753eddf3f7130002796"` [INFO] [stderr] Compiling integrity_check v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/digest/crc32.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / lazy_static! { [INFO] [stderr] 2 | | static ref LOOKUP_TABLE: [u32; 256] = { [INFO] [stderr] 3 | | let mut table: [u32; 256] = [0; 256]; [INFO] [stderr] 4 | | [INFO] [stderr] ... | [INFO] [stderr] 24 | | }; [INFO] [stderr] 25 | | } [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/digest/crc32.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / lazy_static! { [INFO] [stderr] 2 | | static ref LOOKUP_TABLE: [u32; 256] = { [INFO] [stderr] 3 | | let mut table: [u32; 256] = [0; 256]; [INFO] [stderr] 4 | | [INFO] [stderr] ... | [INFO] [stderr] 24 | | }; [INFO] [stderr] 25 | | } [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 2.84s [INFO] running `"docker" "inspect" "eb83a03b0dde39001e5f3b10e861fbc82a40ea5863399753eddf3f7130002796"` [INFO] running `"docker" "rm" "-f" "eb83a03b0dde39001e5f3b10e861fbc82a40ea5863399753eddf3f7130002796"` [INFO] [stdout] eb83a03b0dde39001e5f3b10e861fbc82a40ea5863399753eddf3f7130002796 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/seaneshbaugh/integrity_check:/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] d8191c02b3670e150c9e4a796e6cb42441c77d309019130439fe73e1bb3a7efd [INFO] running `"docker" "start" "-a" "d8191c02b3670e150c9e4a796e6cb42441c77d309019130439fe73e1bb3a7efd"` [INFO] [stderr] Compiling integrity_check v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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] --> tests/test.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | static ref SMALL_TEST_FILE_CONTENTS: &'static str = { [INFO] [stderr] 22 | | include_str!("small-test-file.txt") [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 152 | | }; [INFO] [stderr] 153 | | } [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/digest/crc32.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / lazy_static! { [INFO] [stderr] 2 | | static ref LOOKUP_TABLE: [u32; 256] = { [INFO] [stderr] 3 | | let mut table: [u32; 256] = [0; 256]; [INFO] [stderr] 4 | | [INFO] [stderr] ... | [INFO] [stderr] 24 | | }; [INFO] [stderr] 25 | | } [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/digest/crc32.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / lazy_static! { [INFO] [stderr] 2 | | static ref LOOKUP_TABLE: [u32; 256] = { [INFO] [stderr] 3 | | let mut table: [u32; 256] = [0; 256]; [INFO] [stderr] 4 | | [INFO] [stderr] ... | [INFO] [stderr] 24 | | }; [INFO] [stderr] 25 | | } [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 2.58s [INFO] running `"docker" "inspect" "d8191c02b3670e150c9e4a796e6cb42441c77d309019130439fe73e1bb3a7efd"` [INFO] running `"docker" "rm" "-f" "d8191c02b3670e150c9e4a796e6cb42441c77d309019130439fe73e1bb3a7efd"` [INFO] [stdout] d8191c02b3670e150c9e4a796e6cb42441c77d309019130439fe73e1bb3a7efd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/seaneshbaugh/integrity_check:/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] 156747fa79d95518323799686db828a2aebab75686cd2cfbff365754adfff8d1 [INFO] running `"docker" "start" "-a" "156747fa79d95518323799686db828a2aebab75686cd2cfbff365754adfff8d1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/integrity_check-6a72e12c73535e46 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/integrity_check-6d24053b856be95c [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test-7106b1ded44b1466 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_crc32 ... ok [INFO] [stdout] test test_md5 ... ok [INFO] [stdout] test test_sha2_224 ... ok [INFO] [stdout] test test_sha2_512 ... ok [INFO] [stdout] test test_sha2_256 ... ok [INFO] [stdout] test test_sha2_384 ... ok [INFO] [stdout] test test_sha1 ... ok [INFO] [stdout] test test_sha3_224 ... ok [INFO] [stdout] test test_sha3_256 ... ok [INFO] [stdout] test test_sha3_384 ... ok [INFO] [stdout] test test_sha3_512 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests integrity_check [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "156747fa79d95518323799686db828a2aebab75686cd2cfbff365754adfff8d1"` [INFO] running `"docker" "rm" "-f" "156747fa79d95518323799686db828a2aebab75686cd2cfbff365754adfff8d1"` [INFO] [stdout] 156747fa79d95518323799686db828a2aebab75686cd2cfbff365754adfff8d1