[INFO] updating cached repository crepererum/peter [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/crepererum/peter [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/crepererum/peter" "work/ex/beta-1.38-1/sources/1.37.0/gh/crepererum/peter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/crepererum/peter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/crepererum/peter" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crepererum/peter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crepererum/peter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 645d49ff37ac0e3f35a12a0546f08e264f7a51df [INFO] sha for GitHub repo crepererum/peter: 645d49ff37ac0e3f35a12a0546f08e264f7a51df [INFO] validating manifest of crepererum/peter 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 crepererum/peter 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 crepererum/peter [INFO] finished frobbing crepererum/peter [INFO] frobbed toml for crepererum/peter written to work/ex/beta-1.38-1/sources/1.37.0/gh/crepererum/peter/Cargo.toml [INFO] started frobbing crepererum/peter [INFO] finished frobbing crepererum/peter [INFO] frobbed toml for crepererum/peter written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crepererum/peter/Cargo.toml [INFO] crate crepererum/peter 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing crepererum/peter 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/crepererum/peter:/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] 6d6e901bd5f1a29ce5fcc8eab6046fc8908994eb6ad3967b3337d9063303bdfe [INFO] running `"docker" "start" "-a" "6d6e901bd5f1a29ce5fcc8eab6046fc8908994eb6ad3967b3337d9063303bdfe"` [INFO] [stderr] Compiling subtle v0.6.3 [INFO] [stderr] Compiling static_slice v0.0.3 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling rand v0.5.0-pre.2 [INFO] [stderr] Compiling chacha20-poly1305-aead v0.1.2 [INFO] [stderr] Compiling blake2-rfc v0.2.18 [INFO] [stderr] Compiling snow v0.2.1 [INFO] [stderr] Compiling digest v0.7.4 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling clap-verbosity-flag v0.1.0 [INFO] [stderr] Compiling quicli v0.3.0 [INFO] [stderr] Compiling curve25519-dalek v0.17.0 [INFO] [stderr] Compiling x25519-dalek v0.2.0 [INFO] [stderr] Compiling peter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ioutils.rs:113:50 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn open_reader(fname: &String) -> Result, Error> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [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/ioutils.rs:123:50 [INFO] [stderr] | [INFO] [stderr] 123 | pub fn open_writer(fname: &String) -> Result, Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref PARAMS: NoiseParams = "Noise_X_25519_ChaChaPoly_BLAKE2s".parse().unwrap(); [INFO] [stderr] 11 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 18.31s [INFO] running `"docker" "inspect" "6d6e901bd5f1a29ce5fcc8eab6046fc8908994eb6ad3967b3337d9063303bdfe"` [INFO] running `"docker" "rm" "-f" "6d6e901bd5f1a29ce5fcc8eab6046fc8908994eb6ad3967b3337d9063303bdfe"` [INFO] [stdout] 6d6e901bd5f1a29ce5fcc8eab6046fc8908994eb6ad3967b3337d9063303bdfe [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/crepererum/peter:/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] 4807e91f55d0871846131ac201d88433c076e6e426ea59b7babd5bcca6cd57c1 [INFO] running `"docker" "start" "-a" "4807e91f55d0871846131ac201d88433c076e6e426ea59b7babd5bcca6cd57c1"` [INFO] [stderr] Compiling peter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ioutils.rs:113:50 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn open_reader(fname: &String) -> Result, Error> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [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/ioutils.rs:123:50 [INFO] [stderr] | [INFO] [stderr] 123 | pub fn open_writer(fname: &String) -> Result, Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref PARAMS: NoiseParams = "Noise_X_25519_ChaChaPoly_BLAKE2s".parse().unwrap(); [INFO] [stderr] 11 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 1.97s [INFO] running `"docker" "inspect" "4807e91f55d0871846131ac201d88433c076e6e426ea59b7babd5bcca6cd57c1"` [INFO] running `"docker" "rm" "-f" "4807e91f55d0871846131ac201d88433c076e6e426ea59b7babd5bcca6cd57c1"` [INFO] [stdout] 4807e91f55d0871846131ac201d88433c076e6e426ea59b7babd5bcca6cd57c1 [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/crepererum/peter:/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] db6f21b41ad39fe50b126f5fe97145fce053031ea76355dc99764bfd60a25672 [INFO] running `"docker" "start" "-a" "db6f21b41ad39fe50b126f5fe97145fce053031ea76355dc99764bfd60a25672"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/peter-e2b03afc5f1e3ba9 [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" "db6f21b41ad39fe50b126f5fe97145fce053031ea76355dc99764bfd60a25672"` [INFO] running `"docker" "rm" "-f" "db6f21b41ad39fe50b126f5fe97145fce053031ea76355dc99764bfd60a25672"` [INFO] [stdout] db6f21b41ad39fe50b126f5fe97145fce053031ea76355dc99764bfd60a25672