[INFO] fetching crate bakervm 0.9.0... [INFO] checking bakervm-0.9.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate bakervm 0.9.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate bakervm 0.9.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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 /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 91cb771c709e73588df1bf0ac5f398b5c968ce714bba86fbab29c4fe354258fb [INFO] running `"docker" "start" "-a" "91cb771c709e73588df1bf0ac5f398b5c968ce714bba86fbab29c4fe354258fb"` [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Checking inflate v0.2.0 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking rmp-serde v0.13.7 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking sdl2 v0.30.0 [INFO] [stderr] Checking png v0.8.0 [INFO] [stderr] Checking image v0.14.0 [INFO] [stderr] Checking 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] --> 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::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: 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] 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 15.05s [INFO] running `"docker" "inspect" "91cb771c709e73588df1bf0ac5f398b5c968ce714bba86fbab29c4fe354258fb"` [INFO] running `"docker" "rm" "-f" "91cb771c709e73588df1bf0ac5f398b5c968ce714bba86fbab29c4fe354258fb"` [INFO] [stdout] 91cb771c709e73588df1bf0ac5f398b5c968ce714bba86fbab29c4fe354258fb