[INFO] crate specs_guided_join 0.2.1 is already in cache [INFO] testing specs_guided_join-0.2.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate specs_guided_join 0.2.1 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate specs_guided_join 0.2.1 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 specs_guided_join 0.2.1 [INFO] finished tweaking crates.io crate specs_guided_join 0.2.1 [INFO] tweaked toml for crates.io crate specs_guided_join 0.2.1 written to work/builds/worker-0/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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] db1296929d96e9059d900758747cb1761efe15cb4d688b9ff18566e5db8d9ba4 [INFO] running `"docker" "start" "-a" "db1296929d96e9059d900758747cb1761efe15cb4d688b9ff18566e5db8d9ba4"` [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling hashbrown v0.6.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.16 [INFO] [stderr] Compiling shred v0.9.3 [INFO] [stderr] Compiling specs v0.15.1 [INFO] [stderr] Compiling specs_guided_join v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.19s [INFO] running `"docker" "inspect" "db1296929d96e9059d900758747cb1761efe15cb4d688b9ff18566e5db8d9ba4"` [INFO] running `"docker" "rm" "-f" "db1296929d96e9059d900758747cb1761efe15cb4d688b9ff18566e5db8d9ba4"` [INFO] [stdout] db1296929d96e9059d900758747cb1761efe15cb4d688b9ff18566e5db8d9ba4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 008fd6d59008cd8a1ad216ba952045ed69b11d9712037c7f522f131646e4e423 [INFO] running `"docker" "start" "-a" "008fd6d59008cd8a1ad216ba952045ed69b11d9712037c7f522f131646e4e423"` [INFO] [stderr] Compiling specs_guided_join v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `specs::World` in the current scope [INFO] [stderr] --> tests/test.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let mut world = World::new(); [INFO] [stderr] | ^^^ function or associated item not found in `specs::World` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use specs::WorldExt; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `Builder` [INFO] [stderr] --> tests/test.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | Builder, Component, DispatcherBuilder, Entity, System, VecStorage, World, WriteStorage, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `specs_guided_join`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "008fd6d59008cd8a1ad216ba952045ed69b11d9712037c7f522f131646e4e423"` [INFO] running `"docker" "rm" "-f" "008fd6d59008cd8a1ad216ba952045ed69b11d9712037c7f522f131646e4e423"` [INFO] [stdout] 008fd6d59008cd8a1ad216ba952045ed69b11d9712037c7f522f131646e4e423