[INFO] updating cached repository dashed/yampa [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dashed/yampa [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dashed/yampa" "work/ex/beta-1.38-1/sources/1.37.0/gh/dashed/yampa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dashed/yampa'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dashed/yampa" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dashed/yampa"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dashed/yampa'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] df613a9f1fb164806896e4e72be2d58d35a96893 [INFO] sha for GitHub repo dashed/yampa: df613a9f1fb164806896e4e72be2d58d35a96893 [INFO] validating manifest of dashed/yampa 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 dashed/yampa 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 dashed/yampa [INFO] finished frobbing dashed/yampa [INFO] frobbed toml for dashed/yampa written to work/ex/beta-1.38-1/sources/1.37.0/gh/dashed/yampa/Cargo.toml [INFO] started frobbing dashed/yampa [INFO] finished frobbing dashed/yampa [INFO] frobbed toml for dashed/yampa written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dashed/yampa/Cargo.toml [INFO] crate dashed/yampa 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] testing dashed/yampa 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-6/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/dashed/yampa:/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] 55134bf6f397aec31baba6815bcbe926e4a5453efb2739138a85af5e3dc8529b [INFO] running `"docker" "start" "-a" "55134bf6f397aec31baba6815bcbe926e4a5453efb2739138a85af5e3dc8529b"` [INFO] [stderr] Compiling quote v0.3.13 [INFO] [stderr] Compiling ring v0.7.1 [INFO] [stderr] Compiling constant_time_eq v0.1.2 [INFO] [stderr] Compiling untrusted v0.3.2 [INFO] [stderr] Compiling serde v0.9.8 [INFO] [stderr] Compiling version v2.0.1 [INFO] [stderr] Compiling synom v0.11.0 [INFO] [stderr] Compiling termion v1.1.4 [INFO] [stderr] Compiling secstr v0.2.1 [INFO] [stderr] Compiling colored v1.4.0 [INFO] [stderr] Compiling blake2-rfc v0.2.17 [INFO] [stderr] Compiling syn v0.11.6 [INFO] [stderr] Compiling argon2rs v0.2.5 [INFO] [stderr] Compiling serde_codegen_internals v0.14.0 [INFO] [stderr] Compiling serde_derive v0.9.8 [INFO] [stderr] Compiling ring-pwhash v0.1.2 [INFO] [stderr] Compiling serde_json v0.9.8 [INFO] [stderr] Compiling yampa v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.42s [INFO] running `"docker" "inspect" "55134bf6f397aec31baba6815bcbe926e4a5453efb2739138a85af5e3dc8529b"` [INFO] running `"docker" "rm" "-f" "55134bf6f397aec31baba6815bcbe926e4a5453efb2739138a85af5e3dc8529b"` [INFO] [stdout] 55134bf6f397aec31baba6815bcbe926e4a5453efb2739138a85af5e3dc8529b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/dashed/yampa:/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] 25054ef4c318249f949fbd524d26106b554135e680a69379d54f664bde2e62cc [INFO] running `"docker" "start" "-a" "25054ef4c318249f949fbd524d26106b554135e680a69379d54f664bde2e62cc"` [INFO] [stderr] Compiling libsodium-sys v0.0.14 [INFO] [stderr] Compiling rusterpassword v0.2.0 [INFO] [stderr] Compiling yampa v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref TEMPLATES_MAXIMUM: Vec = vec![ [INFO] [stderr] 39 | | "anoxxxxxxxxxxxxxxxxx".to_string(), [INFO] [stderr] 40 | | "axxxxxxxxxxxxxxxxxno".to_string() [INFO] [stderr] ... | [INFO] [stderr] 71 | | ]; [INFO] [stderr] 72 | | } [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: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/main.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.89s [INFO] running `"docker" "inspect" "25054ef4c318249f949fbd524d26106b554135e680a69379d54f664bde2e62cc"` [INFO] running `"docker" "rm" "-f" "25054ef4c318249f949fbd524d26106b554135e680a69379d54f664bde2e62cc"` [INFO] [stdout] 25054ef4c318249f949fbd524d26106b554135e680a69379d54f664bde2e62cc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/dashed/yampa:/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] 81484334f349391ef1d75c440137fb34b2b1dbb1d9b145bfd8bd9ea0e3f9ac80 [INFO] running `"docker" "start" "-a" "81484334f349391ef1d75c440137fb34b2b1dbb1d9b145bfd8bd9ea0e3f9ac80"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/yampa-cb4a879f9dcd7632 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_compatibility ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "81484334f349391ef1d75c440137fb34b2b1dbb1d9b145bfd8bd9ea0e3f9ac80"` [INFO] running `"docker" "rm" "-f" "81484334f349391ef1d75c440137fb34b2b1dbb1d9b145bfd8bd9ea0e3f9ac80"` [INFO] [stdout] 81484334f349391ef1d75c440137fb34b2b1dbb1d9b145bfd8bd9ea0e3f9ac80