[INFO] updating cached repository fuchsi/torrentinfo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fuchsi/torrentinfo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fuchsi/torrentinfo" "work/ex/beta-1.38-1/sources/1.37.0/gh/fuchsi/torrentinfo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/fuchsi/torrentinfo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fuchsi/torrentinfo" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fuchsi/torrentinfo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fuchsi/torrentinfo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3d62cef4ce7b461dfd417db3ecc816a1b6336f93 [INFO] sha for GitHub repo fuchsi/torrentinfo: 3d62cef4ce7b461dfd417db3ecc816a1b6336f93 [INFO] validating manifest of fuchsi/torrentinfo 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 fuchsi/torrentinfo 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 fuchsi/torrentinfo [INFO] finished frobbing fuchsi/torrentinfo [INFO] frobbed toml for fuchsi/torrentinfo written to work/ex/beta-1.38-1/sources/1.37.0/gh/fuchsi/torrentinfo/Cargo.toml [INFO] started frobbing fuchsi/torrentinfo [INFO] finished frobbing fuchsi/torrentinfo [INFO] frobbed toml for fuchsi/torrentinfo written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/fuchsi/torrentinfo/Cargo.toml [INFO] crate fuchsi/torrentinfo 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] 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 fuchsi/torrentinfo 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/fuchsi/torrentinfo:/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] 9dc9436285950aa03b911db8d017c8a112e3dd2c18d67fbf337f069060c851c4 [INFO] running `"docker" "start" "-a" "9dc9436285950aa03b911db8d017c8a112e3dd2c18d67fbf337f069060c851c4"` [INFO] [stderr] Compiling serde_bytes v0.10.4 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling syn v0.13.6 [INFO] [stderr] Compiling sha-1 v0.7.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde_bencode v0.2.0 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.45 [INFO] [stderr] Compiling torrentinfo v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / error_chain! { [INFO] [stderr] 20 | | foreign_links { [INFO] [stderr] 21 | | SerdeBencode(::serde_bencode::Error); [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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 31.82s [INFO] running `"docker" "inspect" "9dc9436285950aa03b911db8d017c8a112e3dd2c18d67fbf337f069060c851c4"` [INFO] running `"docker" "rm" "-f" "9dc9436285950aa03b911db8d017c8a112e3dd2c18d67fbf337f069060c851c4"` [INFO] [stdout] 9dc9436285950aa03b911db8d017c8a112e3dd2c18d67fbf337f069060c851c4 [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/fuchsi/torrentinfo:/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] 527b63e670881ada0f4183bb284b17404b85c2973ab95de67f72e5f1561f205e [INFO] running `"docker" "start" "-a" "527b63e670881ada0f4183bb284b17404b85c2973ab95de67f72e5f1561f205e"` [INFO] [stderr] Compiling torrentinfo v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref S_NUMBER: Style = Style::cyan(); [INFO] [stderr] 49 | | static ref S_BYTES: Style = Style::red().bold(); [INFO] [stderr] 50 | | static ref S_LABEL: Style = Style::new().dimmed().bold(); [INFO] [stderr] 51 | | static ref S_LABEL_ALT: Style = Style::green(); [INFO] [stderr] 52 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / error_chain! { [INFO] [stderr] 20 | | foreign_links { [INFO] [stderr] 21 | | SerdeBencode(::serde_bencode::Error); [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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 2.35s [INFO] running `"docker" "inspect" "527b63e670881ada0f4183bb284b17404b85c2973ab95de67f72e5f1561f205e"` [INFO] running `"docker" "rm" "-f" "527b63e670881ada0f4183bb284b17404b85c2973ab95de67f72e5f1561f205e"` [INFO] [stdout] 527b63e670881ada0f4183bb284b17404b85c2973ab95de67f72e5f1561f205e [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/fuchsi/torrentinfo:/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] f5d12635d41c31f78e7d490c98737bf3a6f7bcec456438fddda28b93a990ca33 [INFO] running `"docker" "start" "-a" "f5d12635d41c31f78e7d490c98737bf3a6f7bcec456438fddda28b93a990ca33"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.28s [INFO] [stderr] Running /opt/crater/target/debug/deps/torrentinfo-c655f8bfff1d1bf6 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_to_hex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/torrentinfo-cc4ed203f8fb9619 [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] Doc-tests torrentinfo [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" "f5d12635d41c31f78e7d490c98737bf3a6f7bcec456438fddda28b93a990ca33"` [INFO] running `"docker" "rm" "-f" "f5d12635d41c31f78e7d490c98737bf3a6f7bcec456438fddda28b93a990ca33"` [INFO] [stdout] f5d12635d41c31f78e7d490c98737bf3a6f7bcec456438fddda28b93a990ca33