[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 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FNatTuck%2Fmeatball" "work/builds/worker-10/source"` [INFO] [stderr] Cloning into 'work/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NatTuck/meatball on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-10/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 1b6663332c2166fdcbf47d30bf6d6d72af9e3b88e61433fc2eba2227a9208aed [INFO] running `"docker" "start" "-a" "1b6663332c2166fdcbf47d30bf6d6d72af9e3b88e61433fc2eba2227a9208aed"` [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling regex v1.0.2 [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 10.09s [INFO] running `"docker" "inspect" "1b6663332c2166fdcbf47d30bf6d6d72af9e3b88e61433fc2eba2227a9208aed"` [INFO] running `"docker" "rm" "-f" "1b6663332c2166fdcbf47d30bf6d6d72af9e3b88e61433fc2eba2227a9208aed"` [INFO] [stdout] 1b6663332c2166fdcbf47d30bf6d6d72af9e3b88e61433fc2eba2227a9208aed [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c4d5b5a34853d0d8af1d4c022c83ea157e9b08d1b0dae6a1b9d9b5baef9d7dba [INFO] running `"docker" "start" "-a" "c4d5b5a34853d0d8af1d4c022c83ea157e9b08d1b0dae6a1b9d9b5baef9d7dba"` [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.80s [INFO] running `"docker" "inspect" "c4d5b5a34853d0d8af1d4c022c83ea157e9b08d1b0dae6a1b9d9b5baef9d7dba"` [INFO] running `"docker" "rm" "-f" "c4d5b5a34853d0d8af1d4c022c83ea157e9b08d1b0dae6a1b9d9b5baef9d7dba"` [INFO] [stdout] c4d5b5a34853d0d8af1d4c022c83ea157e9b08d1b0dae6a1b9d9b5baef9d7dba [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] d1c02d4d7b1d0598631598d9380325bebaac17beb2d69c56f706dc02c78c5a7e [INFO] running `"docker" "start" "-a" "d1c02d4d7b1d0598631598d9380325bebaac17beb2d69c56f706dc02c78c5a7e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/meatball-22c407ef8b81f911 [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" "d1c02d4d7b1d0598631598d9380325bebaac17beb2d69c56f706dc02c78c5a7e"` [INFO] running `"docker" "rm" "-f" "d1c02d4d7b1d0598631598d9380325bebaac17beb2d69c56f706dc02c78c5a7e"` [INFO] [stdout] d1c02d4d7b1d0598631598d9380325bebaac17beb2d69c56f706dc02c78c5a7e