[INFO] updating cached repository lgarczyn/Notes [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/lgarczyn/Notes [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/lgarczyn/Notes" "work/ex/beta-1.38-1/sources/1.37.0/gh/lgarczyn/Notes"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/lgarczyn/Notes'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lgarczyn/Notes" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lgarczyn/Notes"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lgarczyn/Notes'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 918086836e79f0b9bfcd5b18f4bef1b0bffaadee [INFO] sha for GitHub repo lgarczyn/Notes: 918086836e79f0b9bfcd5b18f4bef1b0bffaadee [INFO] validating manifest of lgarczyn/Notes on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lgarczyn/Notes on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lgarczyn/Notes [INFO] finished frobbing lgarczyn/Notes [INFO] frobbed toml for lgarczyn/Notes written to work/ex/beta-1.38-1/sources/1.37.0/gh/lgarczyn/Notes/Cargo.toml [INFO] started frobbing lgarczyn/Notes [INFO] finished frobbing lgarczyn/Notes [INFO] frobbed toml for lgarczyn/Notes written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lgarczyn/Notes/Cargo.toml [INFO] crate lgarczyn/Notes already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing lgarczyn/Notes against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lgarczyn/Notes:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 087ac3361e2429558b27b586b4f4143f9bad9fefaec5f347c7d28df696208d6a [INFO] running `"docker" "start" "-a" "087ac3361e2429558b27b586b4f4143f9bad9fefaec5f347c7d28df696208d6a"` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling procedural-masquerade v0.1.5 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling stable_deref_trait v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.6 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-complex v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling parking_lot_core v0.2.11 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rental-impl v0.4.15 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling rental v0.4.16 [INFO] [stderr] Compiling al-sys v0.5.1 [INFO] [stderr] Compiling alto v3.0.1 [INFO] [stderr] Compiling note v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:152:22 [INFO] [stderr] | [INFO] [stderr] 152 | profile:&'static Fn(f64)->f64, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64)->f64` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / error_chain! { [INFO] [stderr] 10 | | types { [INFO] [stderr] 11 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 12 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / error_chain! { [INFO] [stderr] 10 | | types { [INFO] [stderr] 11 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 12 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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 50.08s [INFO] running `"docker" "inspect" "087ac3361e2429558b27b586b4f4143f9bad9fefaec5f347c7d28df696208d6a"` [INFO] running `"docker" "rm" "-f" "087ac3361e2429558b27b586b4f4143f9bad9fefaec5f347c7d28df696208d6a"` [INFO] [stdout] 087ac3361e2429558b27b586b4f4143f9bad9fefaec5f347c7d28df696208d6a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lgarczyn/Notes:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] a8fea86901f7f733b2239cb0962622086b57706917fec6e983ed3d341c379016 [INFO] running `"docker" "start" "-a" "a8fea86901f7f733b2239cb0962622086b57706917fec6e983ed3d341c379016"` [INFO] [stderr] Compiling note v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:152:22 [INFO] [stderr] | [INFO] [stderr] 152 | profile:&'static Fn(f64)->f64, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64)->f64` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / error_chain! { [INFO] [stderr] 10 | | types { [INFO] [stderr] 11 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 12 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / error_chain! { [INFO] [stderr] 10 | | types { [INFO] [stderr] 11 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 12 | | } [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [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 0.85s [INFO] running `"docker" "inspect" "a8fea86901f7f733b2239cb0962622086b57706917fec6e983ed3d341c379016"` [INFO] running `"docker" "rm" "-f" "a8fea86901f7f733b2239cb0962622086b57706917fec6e983ed3d341c379016"` [INFO] [stdout] a8fea86901f7f733b2239cb0962622086b57706917fec6e983ed3d341c379016 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/lgarczyn/Notes:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 9ae8510cd5f3a8612047b665143561a3b0a8a29094f71ebe7836c469645747df [INFO] running `"docker" "start" "-a" "9ae8510cd5f3a8612047b665143561a3b0a8a29094f71ebe7836c469645747df"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/note-39a02302acf70e63 [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" "9ae8510cd5f3a8612047b665143561a3b0a8a29094f71ebe7836c469645747df"` [INFO] running `"docker" "rm" "-f" "9ae8510cd5f3a8612047b665143561a3b0a8a29094f71ebe7836c469645747df"` [INFO] [stdout] 9ae8510cd5f3a8612047b665143561a3b0a8a29094f71ebe7836c469645747df