[INFO] updating cached repository jameslzhu/telescope [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jameslzhu/telescope [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jameslzhu/telescope" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/jameslzhu/telescope"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/jameslzhu/telescope'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jameslzhu/telescope" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/jameslzhu/telescope"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/jameslzhu/telescope'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ec4111a0e25e9d6220ce9ac84b0b17addce90fc2 [INFO] sha for GitHub repo jameslzhu/telescope: ec4111a0e25e9d6220ce9ac84b0b17addce90fc2 [INFO] validating manifest of jameslzhu/telescope 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 jameslzhu/telescope 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 jameslzhu/telescope [INFO] finished frobbing jameslzhu/telescope [INFO] frobbed toml for jameslzhu/telescope written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/jameslzhu/telescope/Cargo.toml [INFO] started frobbing jameslzhu/telescope [INFO] finished frobbing jameslzhu/telescope [INFO] frobbed toml for jameslzhu/telescope written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/jameslzhu/telescope/Cargo.toml [INFO] crate jameslzhu/telescope 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] [stderr] Blocking waiting for file lock on package cache [INFO] checking jameslzhu/telescope 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/jameslzhu/telescope:/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] 0a64668bb9bab9260e5fdc2f8b2938f5dc721a91d360c5ab8ff2820352a33102 [INFO] running `"docker" "start" "-a" "0a64668bb9bab9260e5fdc2f8b2938f5dc721a91d360c5ab8ff2820352a33102"` [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking itertools v0.6.2 [INFO] [stderr] Checking combine v2.5.1 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Compiling derive-error-chain v0.11.0 [INFO] [stderr] Checking clap v2.26.2 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking float-cmp v0.2.4 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking rustyline v1.0.0 [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Checking quickcheck v0.4.1 [INFO] [stderr] Checking backtrace v0.3.3 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking telescope v0.6.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/forms.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref SPECIAL_FORMS: HashMap<&'static str, Lambda> = { [INFO] [stderr] 11 | | let forms: Vec<(&'static str, Lambda)> = vec![ [INFO] [stderr] 12 | | ("def", def_form), [INFO] [stderr] ... | [INFO] [stderr] 23 | | }; [INFO] [stderr] 24 | | } [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/forms.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref SPECIAL_FORMS: HashMap<&'static str, Lambda> = { [INFO] [stderr] 11 | | let forms: Vec<(&'static str, Lambda)> = vec![ [INFO] [stderr] 12 | | ("def", def_form), [INFO] [stderr] ... | [INFO] [stderr] 23 | | }; [INFO] [stderr] 24 | | } [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/forms.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref SPECIAL_FORMS: HashMap<&'static str, Lambda> = { [INFO] [stderr] 11 | | let forms: Vec<(&'static str, Lambda)> = vec![ [INFO] [stderr] 12 | | ("def", def_form), [INFO] [stderr] ... | [INFO] [stderr] 23 | | }; [INFO] [stderr] 24 | | } [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/forms.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref SPECIAL_FORMS: HashMap<&'static str, Lambda> = { [INFO] [stderr] 11 | | let forms: Vec<(&'static str, Lambda)> = vec![ [INFO] [stderr] 12 | | ("def", def_form), [INFO] [stderr] ... | [INFO] [stderr] 23 | | }; [INFO] [stderr] 24 | | } [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 33.71s [INFO] running `"docker" "inspect" "0a64668bb9bab9260e5fdc2f8b2938f5dc721a91d360c5ab8ff2820352a33102"` [INFO] running `"docker" "rm" "-f" "0a64668bb9bab9260e5fdc2f8b2938f5dc721a91d360c5ab8ff2820352a33102"` [INFO] [stdout] 0a64668bb9bab9260e5fdc2f8b2938f5dc721a91d360c5ab8ff2820352a33102