Dec 18 02:00:27.865 INFO checking cstorey/spki-sexp.rs against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 02:00:27.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/cstorey/spki-sexp.rs:/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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 02:00:28.382 INFO [stdout] 439667212a268a0779c74344a7745dff088226d65fd31154787b3312e0fed62e Dec 18 02:00:28.387 INFO running `"docker" "start" "-a" "439667212a268a0779c74344a7745dff088226d65fd31154787b3312e0fed62e"` Dec 18 02:00:29.996 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 18 02:00:29.996 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 18 02:00:29.996 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 18 02:00:29.996 INFO [stderr] files will be included as a test target: Dec 18 02:00:29.996 INFO [stderr] Dec 18 02:00:29.996 INFO [stderr] * /opt/crater/workdir/tests/lib_types.in.rs Dec 18 02:00:29.996 INFO [stderr] * /opt/crater/workdir/tests/lib_types.rs Dec 18 02:00:29.996 INFO [stderr] Dec 18 02:00:29.996 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 18 02:00:29.996 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 18 02:00:29.996 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 18 02:00:29.996 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 18 02:00:29.996 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 18 02:00:29.996 INFO [stderr] Dec 18 02:00:29.996 INFO [stderr] For more information on this warning you can consult Dec 18 02:00:29.996 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 18 02:00:30.128 INFO [stderr] Compiling syntex_pos v0.50.0 Dec 18 02:00:30.128 INFO [stderr] Compiling memchr v0.1.11 Dec 18 02:00:30.128 INFO [stderr] Compiling syn v0.10.3 Dec 18 02:00:30.128 INFO [stderr] Compiling term v0.4.4 Dec 18 02:00:30.128 INFO [stderr] Compiling thread-id v2.0.0 Dec 18 02:00:30.132 INFO [stderr] Compiling tempfile v2.1.4 Dec 18 02:00:30.132 INFO [stderr] Checking error-chain v0.5.0 Dec 18 02:00:30.132 INFO [stderr] Checking quickcheck v0.3.2 Dec 18 02:00:31.212 INFO [stderr] Compiling aho-corasick v0.5.3 Dec 18 02:00:31.360 INFO [stderr] Compiling thread_local v0.2.7 Dec 18 02:00:37.768 INFO [stderr] Compiling regex v0.1.80 Dec 18 02:00:38.001 INFO [stderr] Compiling syntex_errors v0.50.0 Dec 18 02:00:44.636 INFO [stderr] Compiling syntex_syntax v0.50.0 Dec 18 02:00:45.172 INFO [stderr] Compiling serde_codegen_internals v0.11.1 Dec 18 02:00:58.498 INFO [stderr] Compiling env_logger v0.3.5 Dec 18 02:01:35.072 INFO [stderr] Compiling syntex v0.50.0 Dec 18 02:01:36.278 INFO [stderr] Compiling serde_codegen v0.8.19 Dec 18 02:01:40.764 INFO [stderr] Compiling spki-sexp v0.0.1 (/opt/crater/workdir) Dec 18 02:01:45.092 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 02:01:45.092 INFO [stderr] --> src/errors.rs:6:1 Dec 18 02:01:45.092 INFO [stderr] | Dec 18 02:01:45.092 INFO [stderr] 6 | / error_chain! { Dec 18 02:01:45.092 INFO [stderr] 7 | | links { Dec 18 02:01:45.092 INFO [stderr] 8 | | tokeniser::TokenError, tokeniser::ErrorKind, BadToken; Dec 18 02:01:45.092 INFO [stderr] 9 | | } Dec 18 02:01:45.092 INFO [stderr] ... | Dec 18 02:01:45.092 INFO [stderr] 38 | | Dec 18 02:01:45.092 INFO [stderr] 39 | | } Dec 18 02:01:45.092 INFO [stderr] | |_^ Dec 18 02:01:45.092 INFO [stderr] | Dec 18 02:01:45.092 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 02:01:45.092 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 02:01:45.092 INFO [stderr] Dec 18 02:01:45.104 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 02:01:45.104 INFO [stderr] --> src/errors.rs:6:1 Dec 18 02:01:45.104 INFO [stderr] | Dec 18 02:01:45.104 INFO [stderr] 6 | / error_chain! { Dec 18 02:01:45.104 INFO [stderr] 7 | | links { Dec 18 02:01:45.104 INFO [stderr] 8 | | tokeniser::TokenError, tokeniser::ErrorKind, BadToken; Dec 18 02:01:45.104 INFO [stderr] 9 | | } Dec 18 02:01:45.104 INFO [stderr] ... | Dec 18 02:01:45.104 INFO [stderr] 38 | | Dec 18 02:01:45.104 INFO [stderr] 39 | | } Dec 18 02:01:45.104 INFO [stderr] | |_^ Dec 18 02:01:45.104 INFO [stderr] | Dec 18 02:01:45.104 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 02:01:45.104 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 02:01:45.104 INFO [stderr] Dec 18 02:01:45.104 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 02:01:45.104 INFO [stderr] --> src/errors.rs:6:1 Dec 18 02:01:45.104 INFO [stderr] | Dec 18 02:01:45.104 INFO [stderr] 6 | / error_chain! { Dec 18 02:01:45.104 INFO [stderr] 7 | | links { Dec 18 02:01:45.104 INFO [stderr] 8 | | tokeniser::TokenError, tokeniser::ErrorKind, BadToken; Dec 18 02:01:45.104 INFO [stderr] 9 | | } Dec 18 02:01:45.104 INFO [stderr] ... | Dec 18 02:01:45.104 INFO [stderr] 38 | | Dec 18 02:01:45.104 INFO [stderr] 39 | | } Dec 18 02:01:45.104 INFO [stderr] | |_^ Dec 18 02:01:45.104 INFO [stderr] | Dec 18 02:01:45.104 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 02:01:45.104 INFO [stderr] Dec 18 02:01:45.104 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 02:01:45.104 INFO [stderr] --> src/tokeniser.rs:8:1 Dec 18 02:01:45.104 INFO [stderr] | Dec 18 02:01:45.104 INFO [stderr] 8 | / error_chain! { Dec 18 02:01:45.104 INFO [stderr] 9 | | types { Dec 18 02:01:45.104 INFO [stderr] 10 | | TokenError, ErrorKind, ChainErr, TokenResult; Dec 18 02:01:45.104 INFO [stderr] 11 | | } Dec 18 02:01:45.104 INFO [stderr] ... | Dec 18 02:01:45.104 INFO [stderr] 20 | | } Dec 18 02:01:45.104 INFO [stderr] 21 | | } Dec 18 02:01:45.104 INFO [stderr] | |_^ Dec 18 02:01:45.104 INFO [stderr] | Dec 18 02:01:45.104 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 02:01:45.104 INFO [stderr] Dec 18 02:01:45.104 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 02:01:45.104 INFO [stderr] --> src/errors.rs:6:1 Dec 18 02:01:45.104 INFO [stderr] | Dec 18 02:01:45.104 INFO [stderr] 6 | / error_chain! { Dec 18 02:01:45.104 INFO [stderr] 7 | | links { Dec 18 02:01:45.104 INFO [stderr] 8 | | tokeniser::TokenError, tokeniser::ErrorKind, BadToken; Dec 18 02:01:45.105 INFO [stderr] 9 | | } Dec 18 02:01:45.105 INFO [stderr] ... | Dec 18 02:01:45.105 INFO [stderr] 38 | | Dec 18 02:01:45.105 INFO [stderr] 39 | | } Dec 18 02:01:45.105 INFO [stderr] | |_^ Dec 18 02:01:45.105 INFO [stderr] | Dec 18 02:01:45.105 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 02:01:45.105 INFO [stderr] Dec 18 02:01:45.105 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 18 02:01:45.105 INFO [stderr] --> src/tokeniser.rs:8:1 Dec 18 02:01:45.105 INFO [stderr] | Dec 18 02:01:45.105 INFO [stderr] 8 | / error_chain! { Dec 18 02:01:45.105 INFO [stderr] 9 | | types { Dec 18 02:01:45.105 INFO [stderr] 10 | | TokenError, ErrorKind, ChainErr, TokenResult; Dec 18 02:01:45.105 INFO [stderr] 11 | | } Dec 18 02:01:45.105 INFO [stderr] ... | Dec 18 02:01:45.105 INFO [stderr] 20 | | } Dec 18 02:01:45.105 INFO [stderr] 21 | | } Dec 18 02:01:45.105 INFO [stderr] | |_^ Dec 18 02:01:45.105 INFO [stderr] | Dec 18 02:01:45.105 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 18 02:01:45.105 INFO [stderr] Dec 18 02:01:46.220 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Dec 18 02:01:46.513 INFO running `"docker" "inspect" "439667212a268a0779c74344a7745dff088226d65fd31154787b3312e0fed62e"` Dec 18 02:01:46.648 INFO running `"docker" "rm" "-f" "439667212a268a0779c74344a7745dff088226d65fd31154787b3312e0fed62e"` Dec 18 02:01:46.779 INFO [stdout] 439667212a268a0779c74344a7745dff088226d65fd31154787b3312e0fed62e