[INFO] crate bakervm 0.9.0 is already in cache [INFO] testing bakervm-0.9.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate bakervm 0.9.0 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate bakervm 0.9.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bakervm 0.9.0 [INFO] finished tweaking crates.io crate bakervm 0.9.0 [INFO] tweaked toml for crates.io crate bakervm 0.9.0 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] adcbfdaa8ec0b5ad24c96500d0eb941368ea771f1136d67415c52b23ea288a28 [INFO] running `"docker" "start" "-a" "adcbfdaa8ec0b5ad24c96500d0eb941368ea771f1136d67415c52b23ea288a28"` [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling png v0.8.0 [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling bakervm v0.9.0 (/opt/rustwide/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 17.29s [INFO] running `"docker" "inspect" "adcbfdaa8ec0b5ad24c96500d0eb941368ea771f1136d67415c52b23ea288a28"` [INFO] running `"docker" "rm" "-f" "adcbfdaa8ec0b5ad24c96500d0eb941368ea771f1136d67415c52b23ea288a28"` [INFO] [stdout] adcbfdaa8ec0b5ad24c96500d0eb941368ea771f1136d67415c52b23ea288a28 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 902081ddfe7fce42dab86b842cdc7fe0c1d6c6da749524a38a32b513839562f7 [INFO] running `"docker" "start" "-a" "902081ddfe7fce42dab86b842cdc7fe0c1d6c6da749524a38a32b513839562f7"` [INFO] [stderr] Compiling bakervm v0.9.0 (/opt/rustwide/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::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::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: 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 4.19s [INFO] running `"docker" "inspect" "902081ddfe7fce42dab86b842cdc7fe0c1d6c6da749524a38a32b513839562f7"` [INFO] running `"docker" "rm" "-f" "902081ddfe7fce42dab86b842cdc7fe0c1d6c6da749524a38a32b513839562f7"` [INFO] [stdout] 902081ddfe7fce42dab86b842cdc7fe0c1d6c6da749524a38a32b513839562f7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 60fa273ea429f79c615eee14af2a23adc2babbb8901388b69d9ad06279b79b84 [INFO] running `"docker" "start" "-a" "60fa273ea429f79c615eee14af2a23adc2babbb8901388b69d9ad06279b79b84"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/definitions-693bbf3a16bd6492 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test image_builder::tests::generate ... ok [INFO] [stdout] test value::tests::comparison ... ok [INFO] [stdout] test value::tests::conversion ... ok [INFO] [stdout] test value::tests::boolean_regex ... ok [INFO] [stdout] test value::tests::color_regex ... ok [INFO] [stdout] test value::tests::char_regex ... ok [INFO] [stdout] test target::tests::key_register_regex ... ok [INFO] [stdout] test target::tests::value_index_regex ... ok [INFO] [stdout] test value::tests::float_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/rustwide/target/debug/deps/bakervm-44b7e68ced2384d7 [INFO] [stdout] [INFO] [stdout] running 9 tests [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::mul_stack ... ok [INFO] [stdout] test vm::tests::add_stack ... ok [INFO] [stdout] test vm::tests::div_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/rustwide/target/debug/deps/hudson-f5e01392fb271531 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test basm::tests::label_regex ... ok [INFO] [stdout] test basm::tests::include_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" "60fa273ea429f79c615eee14af2a23adc2babbb8901388b69d9ad06279b79b84"` [INFO] running `"docker" "rm" "-f" "60fa273ea429f79c615eee14af2a23adc2babbb8901388b69d9ad06279b79b84"` [INFO] [stdout] 60fa273ea429f79c615eee14af2a23adc2babbb8901388b69d9ad06279b79b84