[INFO] updating cached repository https://github.com/NatTuck/meatball [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] 14c81418bb1aaeea96385cbe7bc05cd465dfce2f [INFO] testing NatTuck/meatball against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FNatTuck%2Fmeatball" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NatTuck/meatball 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/NatTuck/meatball [INFO] finished tweaking git repo https://github.com/NatTuck/meatball [INFO] tweaked toml for git repo https://github.com/NatTuck/meatball written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/NatTuck/meatball 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-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] 76e4a6278b1c38dba5dc9f0344ae2e7e46cc7ca3636a0b877cab5ef57cf8e690 [INFO] running `"docker" "start" "-a" "76e4a6278b1c38dba5dc9f0344ae2e7e46cc7ca3636a0b877cab5ef57cf8e690"` [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling meatball v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `builtins::Builtin` [INFO] [stderr] --> src/program.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use builtins::Builtin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | / lazy_static! { [INFO] [stderr] 90 | | static ref WSP: Regex = Regex::new(r"^\s+").unwrap(); [INFO] [stderr] 91 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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: function is never used: `zero_expr` [INFO] [stderr] --> src/parse.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn zero_expr() -> Ast { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Cond` [INFO] [stderr] --> src/program.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | Cond(Vec<(Expr, Expr)>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Func` [INFO] [stderr] --> src/program.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | Func(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `ast2var` [INFO] [stderr] --> src/program.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | fn ast2var(ast: &[Ast]) -> Result<(String, Expr)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.22s [INFO] running `"docker" "inspect" "76e4a6278b1c38dba5dc9f0344ae2e7e46cc7ca3636a0b877cab5ef57cf8e690"` [INFO] running `"docker" "rm" "-f" "76e4a6278b1c38dba5dc9f0344ae2e7e46cc7ca3636a0b877cab5ef57cf8e690"` [INFO] [stdout] 76e4a6278b1c38dba5dc9f0344ae2e7e46cc7ca3636a0b877cab5ef57cf8e690 [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] cd0ba47a278a195e923e7dc5c9696afbcb06dd527a7b308c3b286c47764171a3 [INFO] running `"docker" "start" "-a" "cd0ba47a278a195e923e7dc5c9696afbcb06dd527a7b308c3b286c47764171a3"` [INFO] [stderr] Compiling meatball v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `builtins::Builtin` [INFO] [stderr] --> src/program.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use builtins::Builtin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | / lazy_static! { [INFO] [stderr] 90 | | static ref WSP: Regex = Regex::new(r"^\s+").unwrap(); [INFO] [stderr] 91 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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/parse.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / lazy_static! { [INFO] [stderr] 116 | | static ref PAR: Regex = Regex::new(r"^[\(\[\)\]]").unwrap(); [INFO] [stderr] 117 | | static ref F64: Regex = Regex::new(r"^\d+\.\d*").unwrap(); [INFO] [stderr] 118 | | static ref I64: Regex = Regex::new(r"^\d+").unwrap(); [INFO] [stderr] 119 | | static ref SYM: Regex = [INFO] [stderr] 120 | | Regex::new(r#"^[\p{L}_+\-!?][\p{L}\p{N}_+\-!?]*"#).unwrap(); [INFO] [stderr] 121 | | } [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: function is never used: `zero_expr` [INFO] [stderr] --> src/parse.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn zero_expr() -> Ast { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Cond` [INFO] [stderr] --> src/program.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | Cond(Vec<(Expr, Expr)>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Func` [INFO] [stderr] --> src/program.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | Func(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `ast2var` [INFO] [stderr] --> src/program.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | fn ast2var(ast: &[Ast]) -> Result<(String, Expr)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "cd0ba47a278a195e923e7dc5c9696afbcb06dd527a7b308c3b286c47764171a3"` [INFO] running `"docker" "rm" "-f" "cd0ba47a278a195e923e7dc5c9696afbcb06dd527a7b308c3b286c47764171a3"` [INFO] [stdout] cd0ba47a278a195e923e7dc5c9696afbcb06dd527a7b308c3b286c47764171a3 [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] e09ab911f78c42cf22b39a870dc06565c7eef373152415241cd4679e598bfe89 [INFO] running `"docker" "start" "-a" "e09ab911f78c42cf22b39a870dc06565c7eef373152415241cd4679e598bfe89"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/meatball-cc6995fb775c29e2 [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" "e09ab911f78c42cf22b39a870dc06565c7eef373152415241cd4679e598bfe89"` [INFO] running `"docker" "rm" "-f" "e09ab911f78c42cf22b39a870dc06565c7eef373152415241cd4679e598bfe89"` [INFO] [stdout] e09ab911f78c42cf22b39a870dc06565c7eef373152415241cd4679e598bfe89