[INFO] updating cached repository jameshiew/crust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jameshiew/crust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jameshiew/crust" "work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/jameshiew/crust"` [INFO] [stderr] Cloning into 'work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/jameshiew/crust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jameshiew/crust" "work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/gh/jameshiew/crust"` [INFO] [stderr] Cloning into 'work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/gh/jameshiew/crust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3c81905056df966531ca12096f7fcead9c857983 [INFO] sha for GitHub repo jameshiew/crust: 3c81905056df966531ca12096f7fcead9c857983 [INFO] validating manifest of jameshiew/crust on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jameshiew/crust on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jameshiew/crust [INFO] finished frobbing jameshiew/crust [INFO] frobbed toml for jameshiew/crust written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/jameshiew/crust/Cargo.toml [INFO] started frobbing jameshiew/crust [INFO] finished frobbing jameshiew/crust [INFO] frobbed toml for jameshiew/crust written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/gh/jameshiew/crust/Cargo.toml [INFO] crate jameshiew/crust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking jameshiew/crust against master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-6/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/jameshiew/crust:/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" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ae05d4498a4bce4819e21bca46f6dfd5c35d89349cd5cbd6dccad015d4888e7f [INFO] running `"docker" "start" "-a" "ae05d4498a4bce4819e21bca46f6dfd5c35d89349cd5cbd6dccad015d4888e7f"` [INFO] [stderr] Checking libc v0.2.34 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking regex v0.2.3 [INFO] [stderr] Checking crust 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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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/lexer.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref INT_KEYWORD: Regex = Regex::new(r"^int$").unwrap(); [INFO] [stderr] 43 | | static ref RETURN_KEYWORD: Regex = Regex::new(r"^return$").unwrap(); [INFO] [stderr] 44 | | static ref IDENTIFIER: Regex = Regex::new(r"^[a-zA-Z]\w*$").unwrap(); [INFO] [stderr] 45 | | static ref INTEGER_LITERAL: Regex = Regex::new(r"^[0-9]+$").unwrap(); [INFO] [stderr] 46 | | } [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.42s [INFO] running `"docker" "inspect" "ae05d4498a4bce4819e21bca46f6dfd5c35d89349cd5cbd6dccad015d4888e7f"` [INFO] running `"docker" "rm" "-f" "ae05d4498a4bce4819e21bca46f6dfd5c35d89349cd5cbd6dccad015d4888e7f"` [INFO] [stdout] ae05d4498a4bce4819e21bca46f6dfd5c35d89349cd5cbd6dccad015d4888e7f