[INFO] crate oftlisp 0.1.3 is already in cache [INFO] extracting crate oftlisp 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/oftlisp/0.1.3 [INFO] extracting crate oftlisp 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/oftlisp/0.1.3 [INFO] validating manifest of oftlisp-0.1.3 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 oftlisp-0.1.3 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 oftlisp-0.1.3 [INFO] finished frobbing oftlisp-0.1.3 [INFO] frobbed toml for oftlisp-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/oftlisp/0.1.3/Cargo.toml [INFO] started frobbing oftlisp-0.1.3 [INFO] finished frobbing oftlisp-0.1.3 [INFO] frobbed toml for oftlisp-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/oftlisp/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 oftlisp-0.1.3 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-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/oftlisp/0.1.3:/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] e428a810342bf2817f63b176575764418af8276d3f3372d6cca93a23cc638fb2 [INFO] running `"docker" "start" "-a" "e428a810342bf2817f63b176575764418af8276d3f3372d6cca93a23cc638fb2"` [INFO] [stderr] Compiling smallvec v0.4.5 [INFO] [stderr] Compiling gc v0.3.3 [INFO] [stderr] Compiling try_opt v0.1.1 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling synstructure v0.5.2 [INFO] [stderr] Compiling gc_derive v0.3.1 [INFO] [stderr] Compiling oftlisp v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/gensym.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref N: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] 9 | | } [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/reader/lexer/mod.rs:432:5 [INFO] [stderr] | [INFO] [stderr] 432 | / lazy_static! { [INFO] [stderr] 433 | | static ref LEGAL: Vec = { [INFO] [stderr] 434 | | let letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; [INFO] [stderr] 435 | | let digits = "0123456789"; [INFO] [stderr] ... | [INFO] [stderr] 444 | | }; [INFO] [stderr] 445 | | } [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/symbol.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref SYMBOL_HEAP: Mutex> = Mutex::new(BTreeSet::new()); [INFO] [stderr] 14 | | } [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 6.05s [INFO] running `"docker" "inspect" "e428a810342bf2817f63b176575764418af8276d3f3372d6cca93a23cc638fb2"` [INFO] running `"docker" "rm" "-f" "e428a810342bf2817f63b176575764418af8276d3f3372d6cca93a23cc638fb2"` [INFO] [stdout] e428a810342bf2817f63b176575764418af8276d3f3372d6cca93a23cc638fb2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/oftlisp/0.1.3:/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] 8ca3d296d86f3abf8411552def2c0093b0a825a2e16c31356326033d0c28b25f [INFO] running `"docker" "start" "-a" "8ca3d296d86f3abf8411552def2c0093b0a825a2e16c31356326033d0c28b25f"` [INFO] [stderr] Compiling oftlisp v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/gensym.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref N: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] 9 | | } [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/reader/lexer/mod.rs:432:5 [INFO] [stderr] | [INFO] [stderr] 432 | / lazy_static! { [INFO] [stderr] 433 | | static ref LEGAL: Vec = { [INFO] [stderr] 434 | | let letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; [INFO] [stderr] 435 | | let digits = "0123456789"; [INFO] [stderr] ... | [INFO] [stderr] 444 | | }; [INFO] [stderr] 445 | | } [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/symbol.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref SYMBOL_HEAP: Mutex> = Mutex::new(BTreeSet::new()); [INFO] [stderr] 14 | | } [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 2.94s [INFO] running `"docker" "inspect" "8ca3d296d86f3abf8411552def2c0093b0a825a2e16c31356326033d0c28b25f"` [INFO] running `"docker" "rm" "-f" "8ca3d296d86f3abf8411552def2c0093b0a825a2e16c31356326033d0c28b25f"` [INFO] [stdout] 8ca3d296d86f3abf8411552def2c0093b0a825a2e16c31356326033d0c28b25f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/oftlisp/0.1.3:/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] 6fd39a3646981d142d693c474d976ff89c2167273209fa7a1d8eb0a7d161e653 [INFO] running `"docker" "start" "-a" "6fd39a3646981d142d693c474d976ff89c2167273209fa7a1d8eb0a7d161e653"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/oftlisp-6b59924097bcc52c [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test reader::lexer::test::comments ... ok [INFO] [stdout] test reader::lexer::test::reader_macros ... ok [INFO] [stdout] test reader::lexer::test::string_escapes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests oftlisp [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" "6fd39a3646981d142d693c474d976ff89c2167273209fa7a1d8eb0a7d161e653"` [INFO] running `"docker" "rm" "-f" "6fd39a3646981d142d693c474d976ff89c2167273209fa7a1d8eb0a7d161e653"` [INFO] [stdout] 6fd39a3646981d142d693c474d976ff89c2167273209fa7a1d8eb0a7d161e653