[INFO] crate run-in-roblox 0.1.0 is already in cache [INFO] testing run-in-roblox-0.1.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate run-in-roblox 0.1.0 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate run-in-roblox 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 run-in-roblox 0.1.0 [INFO] finished tweaking crates.io crate run-in-roblox 0.1.0 [INFO] tweaked toml for crates.io crate run-in-roblox 0.1.0 written to work/builds/worker-2/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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 97e0435dc5fbf2c7dfe4cdab5086b8da4baa2112ebacfb46572aefcda373a5bf [INFO] running `"docker" "start" "-a" "97e0435dc5fbf2c7dfe4cdab5086b8da4baa2112ebacfb46572aefcda373a5bf"` [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rbx_dom_weak v0.3.1 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling rbx_xml v0.3.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling lz4 v1.23.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling rbx_binary v0.3.0 [INFO] [stderr] Compiling run-in-roblox v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find macro `warn!` in this scope [INFO] [stderr] --> src/roblox_install.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | warn!("run-in-roblox can't locate Roblox Studio on non-Windows platforms!"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `env` [INFO] [stderr] --> src/roblox_install.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | env, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/message_receiver.rs:25:26 [INFO] [stderr] | [INFO] [stderr] 25 | type HyperResponse = Box, Error = hyper::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = hyper::Error> + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `run-in-roblox`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "97e0435dc5fbf2c7dfe4cdab5086b8da4baa2112ebacfb46572aefcda373a5bf"` [INFO] running `"docker" "rm" "-f" "97e0435dc5fbf2c7dfe4cdab5086b8da4baa2112ebacfb46572aefcda373a5bf"` [INFO] [stdout] 97e0435dc5fbf2c7dfe4cdab5086b8da4baa2112ebacfb46572aefcda373a5bf