[INFO] updating cached repository crazymerlyn/rlox [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/crazymerlyn/rlox [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/crazymerlyn/rlox" "work/ex/beta-1.38-1/sources/1.37.0/gh/crazymerlyn/rlox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/crazymerlyn/rlox'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/crazymerlyn/rlox" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crazymerlyn/rlox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crazymerlyn/rlox'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 63cc32f392b0aae7ee037d8742f7c831ba824656 [INFO] sha for GitHub repo crazymerlyn/rlox: 63cc32f392b0aae7ee037d8742f7c831ba824656 [INFO] validating manifest of crazymerlyn/rlox 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 crazymerlyn/rlox 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 crazymerlyn/rlox [INFO] finished frobbing crazymerlyn/rlox [INFO] frobbed toml for crazymerlyn/rlox written to work/ex/beta-1.38-1/sources/1.37.0/gh/crazymerlyn/rlox/Cargo.toml [INFO] started frobbing crazymerlyn/rlox [INFO] finished frobbing crazymerlyn/rlox [INFO] frobbed toml for crazymerlyn/rlox written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crazymerlyn/rlox/Cargo.toml [INFO] crate crazymerlyn/rlox 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 crazymerlyn/rlox against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crazymerlyn/rlox:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 73f8a9cd4064770b2296617b54cb4c1a65abcd2fe41db1ae7a682add0c9e6afa [INFO] running `"docker" "start" "-a" "73f8a9cd4064770b2296617b54cb4c1a65abcd2fe41db1ae7a682add0c9e6afa"` [INFO] [stderr] Compiling libc v0.2.28 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.11.0-rc.2 [INFO] [stderr] Compiling rlox v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/scanner.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref KEYWORDS: HashMap = { [INFO] [stderr] 8 | | let mut k = HashMap::new(); [INFO] [stderr] 9 | | k.insert("and".to_string(), TokenType::And); [INFO] [stderr] ... | [INFO] [stderr] 26 | | }; [INFO] [stderr] 27 | | } [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/scanner.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref KEYWORDS: HashMap = { [INFO] [stderr] 8 | | let mut k = HashMap::new(); [INFO] [stderr] 9 | | k.insert("and".to_string(), TokenType::And); [INFO] [stderr] ... | [INFO] [stderr] 26 | | }; [INFO] [stderr] 27 | | } [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] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | errors { [INFO] [stderr] 7 | | ScanError(line: usize, t: String) { [INFO] [stderr] 8 | | description("Invalid syntax") [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 20.82s [INFO] running `"docker" "inspect" "73f8a9cd4064770b2296617b54cb4c1a65abcd2fe41db1ae7a682add0c9e6afa"` [INFO] running `"docker" "rm" "-f" "73f8a9cd4064770b2296617b54cb4c1a65abcd2fe41db1ae7a682add0c9e6afa"` [INFO] [stdout] 73f8a9cd4064770b2296617b54cb4c1a65abcd2fe41db1ae7a682add0c9e6afa [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crazymerlyn/rlox:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 1357594e408b8945039ea2c9f64c639472fc803dac15e25a185bfb939bacd05a [INFO] running `"docker" "start" "-a" "1357594e408b8945039ea2c9f64c639472fc803dac15e25a185bfb939bacd05a"` [INFO] [stderr] Compiling rlox v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/scanner.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref KEYWORDS: HashMap = { [INFO] [stderr] 8 | | let mut k = HashMap::new(); [INFO] [stderr] 9 | | k.insert("and".to_string(), TokenType::And); [INFO] [stderr] ... | [INFO] [stderr] 26 | | }; [INFO] [stderr] 27 | | } [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/scanner.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref KEYWORDS: HashMap = { [INFO] [stderr] 8 | | let mut k = HashMap::new(); [INFO] [stderr] 9 | | k.insert("and".to_string(), TokenType::And); [INFO] [stderr] ... | [INFO] [stderr] 26 | | }; [INFO] [stderr] 27 | | } [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] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | errors { [INFO] [stderr] 7 | | ScanError(line: usize, t: String) { [INFO] [stderr] 8 | | description("Invalid syntax") [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `"docker" "inspect" "1357594e408b8945039ea2c9f64c639472fc803dac15e25a185bfb939bacd05a"` [INFO] running `"docker" "rm" "-f" "1357594e408b8945039ea2c9f64c639472fc803dac15e25a185bfb939bacd05a"` [INFO] [stdout] 1357594e408b8945039ea2c9f64c639472fc803dac15e25a185bfb939bacd05a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/crazymerlyn/rlox:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 23c6aa177eeabd987a209c11fdcb50a0abbd925a43347e563903c4ed82bfd542 [INFO] running `"docker" "start" "-a" "23c6aa177eeabd987a209c11fdcb50a0abbd925a43347e563903c4ed82bfd542"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/rlox-d9ee06c4a9088c76 [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" "23c6aa177eeabd987a209c11fdcb50a0abbd925a43347e563903c4ed82bfd542"` [INFO] running `"docker" "rm" "-f" "23c6aa177eeabd987a209c11fdcb50a0abbd925a43347e563903c4ed82bfd542"` [INFO] [stdout] 23c6aa177eeabd987a209c11fdcb50a0abbd925a43347e563903c4ed82bfd542