[INFO] updating cached repository nullpo-head/ELVM-Interpreter-in-Rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nullpo-head/ELVM-Interpreter-in-Rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nullpo-head/ELVM-Interpreter-in-Rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/nullpo-head/ELVM-Interpreter-in-Rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/nullpo-head/ELVM-Interpreter-in-Rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nullpo-head/ELVM-Interpreter-in-Rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nullpo-head/ELVM-Interpreter-in-Rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nullpo-head/ELVM-Interpreter-in-Rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1207c2400cd219e90358ca1367857f9f14dc40bc [INFO] sha for GitHub repo nullpo-head/ELVM-Interpreter-in-Rust: 1207c2400cd219e90358ca1367857f9f14dc40bc [INFO] validating manifest of nullpo-head/ELVM-Interpreter-in-Rust on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nullpo-head/ELVM-Interpreter-in-Rust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nullpo-head/ELVM-Interpreter-in-Rust [INFO] finished frobbing nullpo-head/ELVM-Interpreter-in-Rust [INFO] frobbed toml for nullpo-head/ELVM-Interpreter-in-Rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/nullpo-head/ELVM-Interpreter-in-Rust/Cargo.toml [INFO] started frobbing nullpo-head/ELVM-Interpreter-in-Rust [INFO] finished frobbing nullpo-head/ELVM-Interpreter-in-Rust [INFO] frobbed toml for nullpo-head/ELVM-Interpreter-in-Rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nullpo-head/ELVM-Interpreter-in-Rust/Cargo.toml [INFO] crate nullpo-head/ELVM-Interpreter-in-Rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nullpo-head/ELVM-Interpreter-in-Rust against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nullpo-head/ELVM-Interpreter-in-Rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] ef38e69105e9095670f1590f75a99508871166b95e8c9062663e8e0b696fe78f [INFO] running `"docker" "start" "-a" "ef38e69105e9095670f1590f75a99508871166b95e8c9062663e8e0b696fe78f"` [INFO] [stderr] Compiling ascii v0.7.1 [INFO] [stderr] Compiling combine v2.3.1 [INFO] [stderr] Compiling rust_elvmi v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:67:36 [INFO] [stderr] | [INFO] [stderr] 67 | fn inline_skipable<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:73:29 [INFO] [stderr] | [INFO] [stderr] 73 | fn skipable<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:80:27 [INFO] [stderr] | [INFO] [stderr] 80 | fn symbol<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | fn string_literal<'a, I>() -> Box> + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser> + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | fn uint_literal<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.79s [INFO] running `"docker" "inspect" "ef38e69105e9095670f1590f75a99508871166b95e8c9062663e8e0b696fe78f"` [INFO] running `"docker" "rm" "-f" "ef38e69105e9095670f1590f75a99508871166b95e8c9062663e8e0b696fe78f"` [INFO] [stdout] ef38e69105e9095670f1590f75a99508871166b95e8c9062663e8e0b696fe78f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nullpo-head/ELVM-Interpreter-in-Rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 76ec9c19f0226dd0d575e8497a3111ca13f692980c9a842c1d83d2f8fa7f6732 [INFO] running `"docker" "start" "-a" "76ec9c19f0226dd0d575e8497a3111ca13f692980c9a842c1d83d2f8fa7f6732"` [INFO] [stderr] Compiling rust_elvmi v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:67:36 [INFO] [stderr] | [INFO] [stderr] 67 | fn inline_skipable<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:73:29 [INFO] [stderr] | [INFO] [stderr] 73 | fn skipable<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:80:27 [INFO] [stderr] | [INFO] [stderr] 80 | fn symbol<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | fn string_literal<'a, I>() -> Box> + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser> + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | fn uint_literal<'a, I>() -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `"docker" "inspect" "76ec9c19f0226dd0d575e8497a3111ca13f692980c9a842c1d83d2f8fa7f6732"` [INFO] running `"docker" "rm" "-f" "76ec9c19f0226dd0d575e8497a3111ca13f692980c9a842c1d83d2f8fa7f6732"` [INFO] [stdout] 76ec9c19f0226dd0d575e8497a3111ca13f692980c9a842c1d83d2f8fa7f6732 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/nullpo-head/ELVM-Interpreter-in-Rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 04bce7d777a7f26d253ec4db295a54a7f63df7594b2306e5969a5473669f561e [INFO] running `"docker" "start" "-a" "04bce7d777a7f26d253ec4db295a54a7f63df7594b2306e5969a5473669f561e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_elvmi-83a3e24e57da6a61 [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" "04bce7d777a7f26d253ec4db295a54a7f63df7594b2306e5969a5473669f561e"` [INFO] running `"docker" "rm" "-f" "04bce7d777a7f26d253ec4db295a54a7f63df7594b2306e5969a5473669f561e"` [INFO] [stdout] 04bce7d777a7f26d253ec4db295a54a7f63df7594b2306e5969a5473669f561e