[INFO] crate bakervm 0.9.0 is already in cache [INFO] extracting crate bakervm 0.9.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/bakervm/0.9.0 [INFO] extracting crate bakervm 0.9.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bakervm/0.9.0 [INFO] validating manifest of bakervm-0.9.0 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 bakervm-0.9.0 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 bakervm-0.9.0 [INFO] finished frobbing bakervm-0.9.0 [INFO] frobbed toml for bakervm-0.9.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/bakervm/0.9.0/Cargo.toml [INFO] started frobbing bakervm-0.9.0 [INFO] finished frobbing bakervm-0.9.0 [INFO] frobbed toml for bakervm-0.9.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bakervm/0.9.0/Cargo.toml [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] [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 bakervm-0.9.0 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-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bakervm/0.9.0:/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] 90c996281ef37a5dece6c040fb9b4b61313f3e798db0b85816c74188a713e2f6 [INFO] running `"docker" "start" "-a" "90c996281ef37a5dece6c040fb9b4b61313f3e798db0b85816c74188a713e2f6"` [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling bakervm v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> definitions/target.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref VALUEINDEX_RE: Regex = Regex::new(r"^\$vi\((\d+)\)$").unwrap(); [INFO] [stderr] 9 | | static ref KEY_REGISTER_RE: Regex = Regex::new(r"^\$key\((\d+)\)$").unwrap(); [INFO] [stderr] 10 | | } [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] --> definitions/target.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref VALUEINDEX_RE: Regex = Regex::new(r"^\$vi\((\d+)\)$").unwrap(); [INFO] [stderr] 9 | | static ref KEY_REGISTER_RE: Regex = Regex::new(r"^\$key\((\d+)\)$").unwrap(); [INFO] [stderr] 10 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | ParseInt(::std::num::ParseIntError); [INFO] [stderr] 4 | | ParseString(::std::string::ParseError); [INFO] [stderr] 5 | | } [INFO] [stderr] 6 | | } [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] --> hudson/basm.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref LABELED_MNEMONIC_RE: Regex = Regex::new(r"^\.(.+?) +?(.+)$").unwrap(); [INFO] [stderr] 15 | | static ref LABEL_RE: Regex = Regex::new(r"^\.([^\s]+)$").unwrap(); [INFO] [stderr] 16 | | static ref INCLUDE_RE: Regex = Regex::new(r"^include! +([^\s]+)$").unwrap(); [INFO] [stderr] 17 | | } [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] --> hudson/basm.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref LABELED_MNEMONIC_RE: Regex = Regex::new(r"^\.(.+?) +?(.+)$").unwrap(); [INFO] [stderr] 15 | | static ref LABEL_RE: Regex = Regex::new(r"^\.([^\s]+)$").unwrap(); [INFO] [stderr] 16 | | static ref INCLUDE_RE: Regex = Regex::new(r"^include! +([^\s]+)$").unwrap(); [INFO] [stderr] 17 | | } [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] --> hudson/basm.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref LABELED_MNEMONIC_RE: Regex = Regex::new(r"^\.(.+?) +?(.+)$").unwrap(); [INFO] [stderr] 15 | | static ref LABEL_RE: Regex = Regex::new(r"^\.([^\s]+)$").unwrap(); [INFO] [stderr] 16 | | static ref INCLUDE_RE: Regex = Regex::new(r"^include! +([^\s]+)$").unwrap(); [INFO] [stderr] 17 | | } [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: variable does not need to be mutable [INFO] [stderr] --> bakervm/vm.rs:533:21 [INFO] [stderr] | [INFO] [stderr] 533 | let mut index_value = [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.71s [INFO] running `"docker" "inspect" "90c996281ef37a5dece6c040fb9b4b61313f3e798db0b85816c74188a713e2f6"` [INFO] running `"docker" "rm" "-f" "90c996281ef37a5dece6c040fb9b4b61313f3e798db0b85816c74188a713e2f6"` [INFO] [stdout] 90c996281ef37a5dece6c040fb9b4b61313f3e798db0b85816c74188a713e2f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bakervm/0.9.0:/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] 3960e7eb5edfe6e1406419eb722a6ad351556bfc3f25d966da5dc42defc76905 [INFO] running `"docker" "start" "-a" "3960e7eb5edfe6e1406419eb722a6ad351556bfc3f25d966da5dc42defc76905"` [INFO] [stderr] Compiling bakervm v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> hudson/basm.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref LABELED_MNEMONIC_RE: Regex = Regex::new(r"^\.(.+?) +?(.+)$").unwrap(); [INFO] [stderr] 15 | | static ref LABEL_RE: Regex = Regex::new(r"^\.([^\s]+)$").unwrap(); [INFO] [stderr] 16 | | static ref INCLUDE_RE: Regex = Regex::new(r"^include! +([^\s]+)$").unwrap(); [INFO] [stderr] 17 | | } [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] --> hudson/basm.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref LABELED_MNEMONIC_RE: Regex = Regex::new(r"^\.(.+?) +?(.+)$").unwrap(); [INFO] [stderr] 15 | | static ref LABEL_RE: Regex = Regex::new(r"^\.([^\s]+)$").unwrap(); [INFO] [stderr] 16 | | static ref INCLUDE_RE: Regex = Regex::new(r"^include! +([^\s]+)$").unwrap(); [INFO] [stderr] 17 | | } [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] --> hudson/basm.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | static ref LABELED_MNEMONIC_RE: Regex = Regex::new(r"^\.(.+?) +?(.+)$").unwrap(); [INFO] [stderr] 15 | | static ref LABEL_RE: Regex = Regex::new(r"^\.([^\s]+)$").unwrap(); [INFO] [stderr] 16 | | static ref INCLUDE_RE: Regex = Regex::new(r"^include! +([^\s]+)$").unwrap(); [INFO] [stderr] 17 | | } [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] --> definitions/target.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref VALUEINDEX_RE: Regex = Regex::new(r"^\$vi\((\d+)\)$").unwrap(); [INFO] [stderr] 9 | | static ref KEY_REGISTER_RE: Regex = Regex::new(r"^\$key\((\d+)\)$").unwrap(); [INFO] [stderr] 10 | | } [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] --> definitions/target.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref VALUEINDEX_RE: Regex = Regex::new(r"^\$vi\((\d+)\)$").unwrap(); [INFO] [stderr] 9 | | static ref KEY_REGISTER_RE: Regex = Regex::new(r"^\$key\((\d+)\)$").unwrap(); [INFO] [stderr] 10 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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] --> definitions/value.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref ADDRESS_RE: Regex = Regex::new(r"^@(\d+)$").unwrap(); [INFO] [stderr] 13 | | static ref BOOLEAN_RE: Regex = Regex::new(r"^true|false$").unwrap(); [INFO] [stderr] 14 | | static ref FLOAT_RE: Regex = Regex::new(r"^(-?\d+)?\.[0-9]+$").unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 17 | | static ref CHAR_RE: Regex = Regex::new(r"^'(.)'$").unwrap(); [INFO] [stderr] 18 | | } [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: variable does not need to be mutable [INFO] [stderr] --> bakervm/vm.rs:533:21 [INFO] [stderr] | [INFO] [stderr] 533 | let mut index_value = [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> definitions/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | ParseInt(::std::num::ParseIntError); [INFO] [stderr] 4 | | ParseString(::std::string::ParseError); [INFO] [stderr] 5 | | } [INFO] [stderr] 6 | | } [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 8.68s [INFO] running `"docker" "inspect" "3960e7eb5edfe6e1406419eb722a6ad351556bfc3f25d966da5dc42defc76905"` [INFO] running `"docker" "rm" "-f" "3960e7eb5edfe6e1406419eb722a6ad351556bfc3f25d966da5dc42defc76905"` [INFO] [stdout] 3960e7eb5edfe6e1406419eb722a6ad351556bfc3f25d966da5dc42defc76905 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bakervm/0.9.0:/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] 834ac385f9c213509511482c26c0fa17775a927e86b8bae9e775d7784d1b4884 [INFO] running `"docker" "start" "-a" "834ac385f9c213509511482c26c0fa17775a927e86b8bae9e775d7784d1b4884"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/definitions-4d638ff123b0b4ef [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test target::tests::value_index_regex ... ok [INFO] [stdout] test target::tests::key_register_regex ... ok [INFO] [stdout] test image_builder::tests::generate ... ok [INFO] [stdout] test value::tests::boolean_regex ... ok [INFO] [stdout] test value::tests::conversion ... ok [INFO] [stdout] test value::tests::char_regex ... ok [INFO] [stdout] test value::tests::float_regex ... ok [INFO] [stdout] test value::tests::comparison ... ok [INFO] [stdout] test value::tests::color_regex ... ok [INFO] [stdout] test value::tests::integer_regex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/bakervm-2d1e9d9a9ba1b356 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test vm::tests::add_stack ... ok [INFO] [stdout] test vm::tests::halt ... ok [INFO] [stdout] test vm::tests::load_stock_image ... ok [INFO] [stdout] test vm::tests::swp ... ok [INFO] [stdout] test vm::tests::sub_stack ... ok [INFO] [stdout] test vm::tests::div_stack ... ok [INFO] [stdout] test vm::tests::mul_stack ... ok [INFO] [stdout] test vm::tests::failed_allocation ... ok [INFO] [stdout] test vm::tests::allocation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/hudson-5f136fa6dfaa2c87 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test basm::tests::include_regex ... ok [INFO] [stdout] test basm::tests::label_regex ... ok [INFO] [stdout] test basm::tests::labeled_mnemonic_regex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "834ac385f9c213509511482c26c0fa17775a927e86b8bae9e775d7784d1b4884"` [INFO] running `"docker" "rm" "-f" "834ac385f9c213509511482c26c0fa17775a927e86b8bae9e775d7784d1b4884"` [INFO] [stdout] 834ac385f9c213509511482c26c0fa17775a927e86b8bae9e775d7784d1b4884