[INFO] crate graphflo 0.1.0 is already in cache
[INFO] testing graphflo-0.1.0 against 1.38.0 for beta-1.39-1
[INFO] extracting crate graphflo 0.1.0 into work/builds/worker-1/source
[INFO] validating manifest of crates.io crate graphflo 0.1.0 on toolchain 1.38.0
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate graphflo 0.1.0
[INFO] removed path dependency libflo from crates.io crate graphflo 0.1.0
[INFO] removed path dependency libflo_error from crates.io crate graphflo 0.1.0
[INFO] removed path dependency libflo_module from crates.io crate graphflo 0.1.0
[INFO] removed path dependency mut_static from crates.io crate graphflo 0.1.0
[INFO] finished tweaking crates.io crate graphflo 0.1.0
[INFO] tweaked toml for crates.io crate graphflo 0.1.0 written to work/builds/worker-1/source/Cargo.toml
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"`
[INFO] [stdout] 3c4d6eebefd4e847860905df74833aa1dc8cb18bc54cecfe25b86a928959a1aa
[INFO] running `"docker" "start" "-a" "3c4d6eebefd4e847860905df74833aa1dc8cb18bc54cecfe25b86a928959a1aa"`
[INFO] [stderr] Compiling syntex_pos v0.44.0
[INFO] [stderr] Compiling mut_static v0.1.0
[INFO] [stderr] Compiling syntex_errors v0.44.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 quasi v0.20.1
[INFO] [stderr] Compiling serde_codegen_internals v0.8.9
[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_event v0.1.2
[INFO] [stderr] Compiling libflo_dynamic_event v0.1.2
[INFO] [stderr] Compiling graphflo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Compiling libflo v0.1.2
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/funcs/construct.rs:11:34
[INFO] [stderr] |
[INFO] [stderr] 11 | pub extern fn construct(libflo: &Any) -> FuncResult<()> {
[INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/util/cast_this.rs:6:59
[INFO] [stderr] |
[INFO] [stderr] 6 | pub fn cast_this<'a>(this: &'a RwLockReadGuard