[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] af2972ce00f00f2e2d666f9b836a8495b370c18e6e6409e57ee97fd8fceffcbc [INFO] running `"docker" "start" "-a" "af2972ce00f00f2e2d666f9b836a8495b370c18e6e6409e57ee97fd8fceffcbc"` [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling procedural-masquerade v0.1.5 [INFO] [stderr] Compiling stable_deref_trait v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.6 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-complex v0.1.42 [INFO] [stderr] Compiling owning_ref v0.3.3 [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 num-bigint v0.1.43 [INFO] [stderr] Compiling parking_lot_core v0.2.11 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling rental-impl v0.4.15 [INFO] [stderr] Compiling num v0.1.42 [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 51.84s [INFO] running `"docker" "inspect" "af2972ce00f00f2e2d666f9b836a8495b370c18e6e6409e57ee97fd8fceffcbc"` [INFO] running `"docker" "rm" "-f" "af2972ce00f00f2e2d666f9b836a8495b370c18e6e6409e57ee97fd8fceffcbc"` [INFO] [stdout] af2972ce00f00f2e2d666f9b836a8495b370c18e6e6409e57ee97fd8fceffcbc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0d6d4c7b05a9148049e4a4f980b7a7ede0ce65631e83d1dfce8c4be46d687e86 [INFO] running `"docker" "start" "-a" "0d6d4c7b05a9148049e4a4f980b7a7ede0ce65631e83d1dfce8c4be46d687e86"` [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.86s [INFO] running `"docker" "inspect" "0d6d4c7b05a9148049e4a4f980b7a7ede0ce65631e83d1dfce8c4be46d687e86"` [INFO] running `"docker" "rm" "-f" "0d6d4c7b05a9148049e4a4f980b7a7ede0ce65631e83d1dfce8c4be46d687e86"` [INFO] [stdout] 0d6d4c7b05a9148049e4a4f980b7a7ede0ce65631e83d1dfce8c4be46d687e86 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] da70622bc8d75abf2e9720e559dc80988507421e375baf68f32571654a7c9d12 [INFO] running `"docker" "start" "-a" "da70622bc8d75abf2e9720e559dc80988507421e375baf68f32571654a7c9d12"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/note-3585cc1b14eccf9c [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" "da70622bc8d75abf2e9720e559dc80988507421e375baf68f32571654a7c9d12"` [INFO] running `"docker" "rm" "-f" "da70622bc8d75abf2e9720e559dc80988507421e375baf68f32571654a7c9d12"` [INFO] [stdout] da70622bc8d75abf2e9720e559dc80988507421e375baf68f32571654a7c9d12