[INFO] updating cached repository helloooooo/autoIllustFav [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/helloooooo/autoIllustFav [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/helloooooo/autoIllustFav" "work/ex/beta-1.37-6/sources/1.36.0/gh/helloooooo/autoIllustFav"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/helloooooo/autoIllustFav'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/helloooooo/autoIllustFav" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/helloooooo/autoIllustFav"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/helloooooo/autoIllustFav'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bf81fec7d7ecc1e37e1b957a60668353cf9dea7e [INFO] sha for GitHub repo helloooooo/autoIllustFav: bf81fec7d7ecc1e37e1b957a60668353cf9dea7e [INFO] validating manifest of helloooooo/autoIllustFav on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of helloooooo/autoIllustFav on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing helloooooo/autoIllustFav [INFO] finished frobbing helloooooo/autoIllustFav [INFO] frobbed toml for helloooooo/autoIllustFav written to work/ex/beta-1.37-6/sources/1.36.0/gh/helloooooo/autoIllustFav/Cargo.toml [INFO] started frobbing helloooooo/autoIllustFav [INFO] finished frobbing helloooooo/autoIllustFav [INFO] frobbed toml for helloooooo/autoIllustFav written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/helloooooo/autoIllustFav/Cargo.toml [INFO] crate helloooooo/autoIllustFav already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing helloooooo/autoIllustFav against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/helloooooo/autoIllustFav:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 74a11169e017bc1c787411de7286ad273901e50902180161c4166eddb18bf7de [INFO] running `"docker" "start" "-a" "74a11169e017bc1c787411de7286ad273901e50902180161c4166eddb18bf7de"` [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling openssl v0.9.23 [INFO] [stderr] Compiling typenum v1.9.0 [INFO] [stderr] Compiling futures v0.1.17 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling openssl-sys v0.9.24 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling serde_derive_internals v0.19.0 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.6.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling serde_derive v1.0.27 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling rayon v0.7.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling sha-1 v0.4.1 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling ring v0.9.7 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling twitter-stream-message v0.2.0 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling hyper v0.11.14 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling oauthcli v1.0.6 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling egg-mode v0.12.0 [INFO] [stderr] Compiling twitter-stream v0.5.3 [INFO] [stderr] Compiling autoFav v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Duration`, `Instant` [INFO] [stderr] --> src/main.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | use std::time::{Duration, Instant}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread::sleep` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use std::thread::sleep; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `autoFav` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `auto_fav` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 58s [INFO] running `"docker" "inspect" "74a11169e017bc1c787411de7286ad273901e50902180161c4166eddb18bf7de"` [INFO] running `"docker" "rm" "-f" "74a11169e017bc1c787411de7286ad273901e50902180161c4166eddb18bf7de"` [INFO] [stdout] 74a11169e017bc1c787411de7286ad273901e50902180161c4166eddb18bf7de [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/helloooooo/autoIllustFav:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0ca7d525e53721423e36cb1adbf7a8a7bb85463d792528591b3da9083c0bc317 [INFO] running `"docker" "start" "-a" "0ca7d525e53721423e36cb1adbf7a8a7bb85463d792528591b3da9083c0bc317"` [INFO] [stderr] Compiling autoFav v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Duration`, `Instant` [INFO] [stderr] --> src/main.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | use std::time::{Duration, Instant}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread::sleep` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use std::thread::sleep; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: crate `autoFav` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] = help: convert the identifier to snake case: `auto_fav` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s [INFO] running `"docker" "inspect" "0ca7d525e53721423e36cb1adbf7a8a7bb85463d792528591b3da9083c0bc317"` [INFO] running `"docker" "rm" "-f" "0ca7d525e53721423e36cb1adbf7a8a7bb85463d792528591b3da9083c0bc317"` [INFO] [stdout] 0ca7d525e53721423e36cb1adbf7a8a7bb85463d792528591b3da9083c0bc317 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/helloooooo/autoIllustFav:/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 6daa155ddf52b609f9608bf53ab93c56bb1f52f2de950caec03c471aca8631de [INFO] running `"docker" "start" "-a" "6daa155ddf52b609f9608bf53ab93c56bb1f52f2de950caec03c471aca8631de"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running /opt/crater/target/debug/deps/autoFav-69f8e3f6fd5a73fe [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6daa155ddf52b609f9608bf53ab93c56bb1f52f2de950caec03c471aca8631de"` [INFO] running `"docker" "rm" "-f" "6daa155ddf52b609f9608bf53ab93c56bb1f52f2de950caec03c471aca8631de"` [INFO] [stdout] 6daa155ddf52b609f9608bf53ab93c56bb1f52f2de950caec03c471aca8631de