[INFO] updating cached repository adnelson/nix-browse [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/adnelson/nix-browse [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/adnelson/nix-browse" "work/ex/beta-1.38-1/sources/1.37.0/gh/adnelson/nix-browse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/adnelson/nix-browse'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/adnelson/nix-browse" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/adnelson/nix-browse"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/adnelson/nix-browse'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 921245482ae7056849f6f575b7d630c170dc2a23 [INFO] sha for GitHub repo adnelson/nix-browse: 921245482ae7056849f6f575b7d630c170dc2a23 [INFO] validating manifest of adnelson/nix-browse 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 adnelson/nix-browse 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 adnelson/nix-browse [INFO] finished frobbing adnelson/nix-browse [INFO] frobbed toml for adnelson/nix-browse written to work/ex/beta-1.38-1/sources/1.37.0/gh/adnelson/nix-browse/Cargo.toml [INFO] started frobbing adnelson/nix-browse [INFO] finished frobbing adnelson/nix-browse [INFO] frobbed toml for adnelson/nix-browse written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/adnelson/nix-browse/Cargo.toml [INFO] crate adnelson/nix-browse 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 adnelson/nix-browse 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/adnelson/nix-browse:/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] dbacfcadece9cb927f5618ebb40a600c9e9819de1eb39869b7c8b7f196c97cf0 [INFO] running `"docker" "start" "-a" "dbacfcadece9cb927f5618ebb40a600c9e9819de1eb39869b7c8b7f196c97cf0"` [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling bitflags v0.8.0 [INFO] [stderr] Compiling serde v0.9.11 [INFO] [stderr] Compiling lazy_static v0.2.4 [INFO] [stderr] Compiling unescape v0.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling syn v0.11.9 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling clap v2.21.1 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] Compiling serde_derive v0.9.11 [INFO] [stderr] Compiling serde_json v0.9.9 [INFO] [stderr] Compiling nix-browse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `FromIterator` [INFO] [stderr] --> src/parse_nix_instantiate.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | use std::iter::{Peekable, FromIterator}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::slice` [INFO] [stderr] --> src/parse_nix_instantiate.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::slice; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [INFO] [stderr] 23 | | } [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_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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: static variable `int_re` should have an upper case name [INFO] [stderr] --> src/parse_nix_instantiate.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `INT_RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `"docker" "inspect" "dbacfcadece9cb927f5618ebb40a600c9e9819de1eb39869b7c8b7f196c97cf0"` [INFO] running `"docker" "rm" "-f" "dbacfcadece9cb927f5618ebb40a600c9e9819de1eb39869b7c8b7f196c97cf0"` [INFO] [stdout] dbacfcadece9cb927f5618ebb40a600c9e9819de1eb39869b7c8b7f196c97cf0 [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/adnelson/nix-browse:/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] 2bbbc3afb1ad109713e96ae64bac6e2e8d77a77e143d65a1563421bf8f4d55a3 [INFO] running `"docker" "start" "-a" "2bbbc3afb1ad109713e96ae64bac6e2e8d77a77e143d65a1563421bf8f4d55a3"` [INFO] [stderr] Compiling nix-browse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `regex::Regex` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use regex::Regex; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::slice` [INFO] [stderr] --> src/parse_nix_instantiate.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::slice; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [INFO] [stderr] 23 | | } [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_nix_instantiate.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / lazy_static! { [INFO] [stderr] 15 | | pub static ref NIX_INSTANTIATE_OUTPUT_RE: Regex = Regex::new(r#"(?x) [INFO] [stderr] 16 | | -?\d+ # Number [INFO] [stderr] 17 | | | [a-zA-Z][\w_\-']* # Identifier [INFO] [stderr] ... | [INFO] [stderr] 22 | | "#).unwrap(); [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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_nix_instantiate.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | / lazy_static! { [INFO] [stderr] 38 | | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] 39 | | } [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: static variable `int_re` should have an upper case name [INFO] [stderr] --> src/parse_nix_instantiate.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | static ref int_re: Regex = Regex::new(r"^-?\d+$").unwrap(); [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `INT_RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.01s [INFO] running `"docker" "inspect" "2bbbc3afb1ad109713e96ae64bac6e2e8d77a77e143d65a1563421bf8f4d55a3"` [INFO] running `"docker" "rm" "-f" "2bbbc3afb1ad109713e96ae64bac6e2e8d77a77e143d65a1563421bf8f4d55a3"` [INFO] [stdout] 2bbbc3afb1ad109713e96ae64bac6e2e8d77a77e143d65a1563421bf8f4d55a3 [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/adnelson/nix-browse:/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] eacfe7ee52ea4817a3d1d7d9669cc5b301a172f6e5126c91aa62774da0e5df76 [INFO] running `"docker" "start" "-a" "eacfe7ee52ea4817a3d1d7d9669cc5b301a172f6e5126c91aa62774da0e5df76"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/nix_browse-8968aa7a3030f549 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test parse_nix_instantiate::test_token_from_str ... ok [INFO] [stdout] test parse_nix_instantiate::test_parse_set ... ok [INFO] [stdout] test parse_nix_instantiate::test_parse_nested_list ... ok [INFO] [stdout] test parse_nix_instantiate::test_parse_nums ... ok [INFO] [stdout] test parse_nix_instantiate::test_parse_strings ... ok [INFO] [stdout] test parse_nix_instantiate::test_nested_set ... ok [INFO] [stdout] test parse_nix_instantiate::test_parse_list ... ok [INFO] [stdout] test parse_nix_instantiate::test_parse_literals ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "eacfe7ee52ea4817a3d1d7d9669cc5b301a172f6e5126c91aa62774da0e5df76"` [INFO] running `"docker" "rm" "-f" "eacfe7ee52ea4817a3d1d7d9669cc5b301a172f6e5126c91aa62774da0e5df76"` [INFO] [stdout] eacfe7ee52ea4817a3d1d7d9669cc5b301a172f6e5126c91aa62774da0e5df76