[INFO] updating cached repository https://github.com/Qwertyman95/Hack-Assembler [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d1bca3e3644ae4529233926d544fece7fe66f740 [INFO] testing Qwertyman95/Hack-Assembler against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FQwertyman95%2FHack-Assembler" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Qwertyman95/Hack-Assembler 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 git repo https://github.com/Qwertyman95/Hack-Assembler [INFO] finished tweaking git repo https://github.com/Qwertyman95/Hack-Assembler [INFO] tweaked toml for git repo https://github.com/Qwertyman95/Hack-Assembler written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Qwertyman95/Hack-Assembler already has a lockfile, it will not be regenerated [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] afebbb536a132f235619fc7113ee01f924a38a14b0c05cc514a53a0145e4d966 [INFO] running `"docker" "start" "-a" "afebbb536a132f235619fc7113ee01f924a38a14b0c05cc514a53a0145e4d966"` [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling assembler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [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 `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | writeln!(output_file, "0{:0>15b}", value); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | writeln!(output_file, "0{:0>15b}", address_value); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:140:17 [INFO] [stderr] | [INFO] [stderr] 140 | / writeln!(output_file, "111{}{}{}", [INFO] [stderr] 141 | | operation.get_machine_code_string(), [INFO] [stderr] 142 | | destination.get_machine_code_string(), [INFO] [stderr] 143 | | jump.get_machine_code_string()); [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 4.25s [INFO] running `"docker" "inspect" "afebbb536a132f235619fc7113ee01f924a38a14b0c05cc514a53a0145e4d966"` [INFO] running `"docker" "rm" "-f" "afebbb536a132f235619fc7113ee01f924a38a14b0c05cc514a53a0145e4d966"` [INFO] [stdout] afebbb536a132f235619fc7113ee01f924a38a14b0c05cc514a53a0145e4d966 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 9bc2251a0d28215388ec1c057f591f48fedba7102438f3fc2741fa2e8a17b586 [INFO] running `"docker" "start" "-a" "9bc2251a0d28215388ec1c057f591f48fedba7102438f3fc2741fa2e8a17b586"` [INFO] [stderr] Compiling assembler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / lazy_static! { [INFO] [stderr] 48 | | static ref IDENTIFIER_REGEX: Regex = { Regex::new(&format!("^{}$", IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 49 | | static ref IMMEDIATE_REGEX: Regex = { Regex::new(r#"^[0-9]+$"#).unwrap() }; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 60 | | static ref LABEL_REGEX: Regex = { Regex::new(&format!(r#"\(({})\)"#, IDENTIFIER_REGEX_STRING)).unwrap() }; [INFO] [stderr] 61 | | } [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 `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | writeln!(output_file, "0{:0>15b}", value); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 137 | writeln!(output_file, "0{:0>15b}", address_value); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:140:17 [INFO] [stderr] | [INFO] [stderr] 140 | / writeln!(output_file, "111{}{}{}", [INFO] [stderr] 141 | | operation.get_machine_code_string(), [INFO] [stderr] 142 | | destination.get_machine_code_string(), [INFO] [stderr] 143 | | jump.get_machine_code_string()); [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 0.45s [INFO] running `"docker" "inspect" "9bc2251a0d28215388ec1c057f591f48fedba7102438f3fc2741fa2e8a17b586"` [INFO] running `"docker" "rm" "-f" "9bc2251a0d28215388ec1c057f591f48fedba7102438f3fc2741fa2e8a17b586"` [INFO] [stdout] 9bc2251a0d28215388ec1c057f591f48fedba7102438f3fc2741fa2e8a17b586 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 3ddc2d020ef5fd059155e7115581015a7e10f8fa8b550ab99885e129722f3803 [INFO] running `"docker" "start" "-a" "3ddc2d020ef5fd059155e7115581015a7e10f8fa8b550ab99885e129722f3803"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/assembler-5989406e40adcf39 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3ddc2d020ef5fd059155e7115581015a7e10f8fa8b550ab99885e129722f3803"` [INFO] running `"docker" "rm" "-f" "3ddc2d020ef5fd059155e7115581015a7e10f8fa8b550ab99885e129722f3803"` [INFO] [stdout] 3ddc2d020ef5fd059155e7115581015a7e10f8fa8b550ab99885e129722f3803