[INFO] crate guifast 0.1.0 is already in cache [INFO] extracting crate guifast 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/guifast/0.1.0 [INFO] extracting crate guifast 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/guifast/0.1.0 [INFO] validating manifest of guifast-0.1.0 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 guifast-0.1.0 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 guifast-0.1.0 [INFO] removed path dependency libflo from guifast-0.1.0 [INFO] removed path dependency libflo_error from guifast-0.1.0 [INFO] removed path dependency libflo_module from guifast-0.1.0 [INFO] removed path dependency mut_static from guifast-0.1.0 [INFO] finished frobbing guifast-0.1.0 [INFO] frobbed toml for guifast-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/guifast/0.1.0/Cargo.toml [INFO] started frobbing guifast-0.1.0 [INFO] removed path dependency libflo from guifast-0.1.0 [INFO] removed path dependency libflo_error from guifast-0.1.0 [INFO] removed path dependency libflo_module from guifast-0.1.0 [INFO] removed path dependency mut_static from guifast-0.1.0 [INFO] finished frobbing guifast-0.1.0 [INFO] frobbed toml for guifast-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/guifast/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 guifast-0.1.0 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-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/guifast/0.1.0:/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] ee9bd43f6ce962131f0e982c72d1a77b07996c5ab810f235d43b75635dfb2f03 [INFO] running `"docker" "start" "-a" "ee9bd43f6ce962131f0e982c72d1a77b07996c5ab810f235d43b75635dfb2f03"` [INFO] [stderr] Compiling sharedlib v6.0.0 [INFO] [stderr] Compiling syntex_errors v0.44.0 [INFO] [stderr] Compiling libflo_error v0.1.2 [INFO] [stderr] Compiling mut_static v0.1.0 [INFO] [stderr] Compiling syntex_syntax v0.44.1 [INFO] [stderr] Compiling aster v0.27.0 [INFO] [stderr] Compiling syntex v0.44.0 [INFO] [stderr] Compiling serde_codegen_internals v0.8.9 [INFO] [stderr] Compiling quasi v0.20.1 [INFO] [stderr] Compiling quasi_codegen v0.20.0 [INFO] [stderr] Compiling serde_codegen v0.8.9 [INFO] [stderr] Compiling libflo_module v0.1.2 [INFO] [stderr] Compiling libflo_func v0.1.2 [INFO] [stderr] Compiling libflo_dynamic_event v0.1.2 [INFO] [stderr] Compiling libflo_event v0.1.2 [INFO] [stderr] Compiling guifast v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling libflo v0.1.2 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/construct.rs:9:34 [INFO] [stderr] | [INFO] [stderr] 9 | pub extern fn construct(libflo: &Any) -> FuncResult<()> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/static_libflo.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref STATIC_LIBFLO: MutStatic> = { [INFO] [stderr] 7 | | MutStatic::new() [INFO] [stderr] 8 | | }; [INFO] [stderr] 9 | | } [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/error.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | types { } [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | links { [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [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 49.54s [INFO] running `"docker" "inspect" "ee9bd43f6ce962131f0e982c72d1a77b07996c5ab810f235d43b75635dfb2f03"` [INFO] running `"docker" "rm" "-f" "ee9bd43f6ce962131f0e982c72d1a77b07996c5ab810f235d43b75635dfb2f03"` [INFO] [stdout] ee9bd43f6ce962131f0e982c72d1a77b07996c5ab810f235d43b75635dfb2f03 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/guifast/0.1.0:/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] c338858c3ca3ed97bb195c28e3bf49ffc04b8f29ea306decfded3167a2e85c86 [INFO] running `"docker" "start" "-a" "c338858c3ca3ed97bb195c28e3bf49ffc04b8f29ea306decfded3167a2e85c86"` [INFO] [stderr] Compiling guifast v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/func/construct.rs:9:34 [INFO] [stderr] | [INFO] [stderr] 9 | pub extern fn construct(libflo: &Any) -> FuncResult<()> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/static_libflo.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref STATIC_LIBFLO: MutStatic> = { [INFO] [stderr] 7 | | MutStatic::new() [INFO] [stderr] 8 | | }; [INFO] [stderr] 9 | | } [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/error.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | types { } [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | links { [INFO] [stderr] ... | [INFO] [stderr] 34 | | } [INFO] [stderr] 35 | | } [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 1.53s [INFO] running `"docker" "inspect" "c338858c3ca3ed97bb195c28e3bf49ffc04b8f29ea306decfded3167a2e85c86"` [INFO] running `"docker" "rm" "-f" "c338858c3ca3ed97bb195c28e3bf49ffc04b8f29ea306decfded3167a2e85c86"` [INFO] [stdout] c338858c3ca3ed97bb195c28e3bf49ffc04b8f29ea306decfded3167a2e85c86 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/guifast/0.1.0:/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] 789559a535526d76b6f9664a69a3a25e0e9e634ec6d1d70f023d8880ef24bb41 [INFO] running `"docker" "start" "-a" "789559a535526d76b6f9664a69a3a25e0e9e634ec6d1d70f023d8880ef24bb41"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/guifast-e00cc7383d420683 [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" "789559a535526d76b6f9664a69a3a25e0e9e634ec6d1d70f023d8880ef24bb41"` [INFO] running `"docker" "rm" "-f" "789559a535526d76b6f9664a69a3a25e0e9e634ec6d1d70f023d8880ef24bb41"` [INFO] [stdout] 789559a535526d76b6f9664a69a3a25e0e9e634ec6d1d70f023d8880ef24bb41