[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/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/adnelson/nix-browse"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/adnelson/nix-browse'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/adnelson/nix-browse" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/adnelson/nix-browse"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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 master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of adnelson/nix-browse on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "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/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking adnelson/nix-browse against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/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=forbid" "-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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9a296343361de8b787d4961207a30bd00a9f6b61a8a08f2e8d41a7149060a7e2 [INFO] running `"docker" "start" "-a" "9a296343361de8b787d4961207a30bd00a9f6b61a8a08f2e8d41a7149060a7e2"` [INFO] [stderr] Checking bitflags v0.8.0 [INFO] [stderr] Checking unescape v0.1.0 [INFO] [stderr] Checking clap v2.21.1 [INFO] [stderr] Checking 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] 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] | [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: `#[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] 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 8.09s [INFO] running `"docker" "inspect" "9a296343361de8b787d4961207a30bd00a9f6b61a8a08f2e8d41a7149060a7e2"` [INFO] running `"docker" "rm" "-f" "9a296343361de8b787d4961207a30bd00a9f6b61a8a08f2e8d41a7149060a7e2"` [INFO] [stdout] 9a296343361de8b787d4961207a30bd00a9f6b61a8a08f2e8d41a7149060a7e2