[INFO] crate gapbuffer 0.1.1 is already in cache [INFO] testing gapbuffer-0.1.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate gapbuffer 0.1.1 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate gapbuffer 0.1.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 gapbuffer 0.1.1 [INFO] finished tweaking crates.io crate gapbuffer 0.1.1 [INFO] tweaked toml for crates.io crate gapbuffer 0.1.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] 6c51daef1edf1645563150604eda90b2579cf33dcd1e808954b4ce94b7e380e4 [INFO] running `"docker" "start" "-a" "6c51daef1edf1645563150604eda90b2579cf33dcd1e808954b4ce94b7e380e4"` [INFO] [stderr] Compiling gapbuffer v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `"docker" "inspect" "6c51daef1edf1645563150604eda90b2579cf33dcd1e808954b4ce94b7e380e4"` [INFO] running `"docker" "rm" "-f" "6c51daef1edf1645563150604eda90b2579cf33dcd1e808954b4ce94b7e380e4"` [INFO] [stdout] 6c51daef1edf1645563150604eda90b2579cf33dcd1e808954b4ce94b7e380e4 [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] 45481098dfb9bea83482bf77460c63a9dfe755a65cc7ef9582eb07c0361ccc2b [INFO] running `"docker" "start" "-a" "45481098dfb9bea83482bf77460c63a9dfe755a65cc7ef9582eb07c0361ccc2b"` [INFO] [stderr] Compiling gapbuffer v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:336:18 [INFO] [stderr] | [INFO] [stderr] 336 | for x in range(0, 100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:342:18 [INFO] [stderr] | [INFO] [stderr] 342 | for x in range(0, 100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:353:18 [INFO] [stderr] | [INFO] [stderr] 353 | for x in range(0, 100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:358:25 [INFO] [stderr] | [INFO] [stderr] 358 | let mut index = range(0,100); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:374:18 [INFO] [stderr] | [INFO] [stderr] 374 | for x in range(0, 100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:378:18 [INFO] [stderr] | [INFO] [stderr] 378 | for x in range(0,100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:391:18 [INFO] [stderr] | [INFO] [stderr] 391 | for x in range(0, 10) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:395:18 [INFO] [stderr] | [INFO] [stderr] 395 | for x in range(0,10) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `gapbuffer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "45481098dfb9bea83482bf77460c63a9dfe755a65cc7ef9582eb07c0361ccc2b"` [INFO] running `"docker" "rm" "-f" "45481098dfb9bea83482bf77460c63a9dfe755a65cc7ef9582eb07c0361ccc2b"` [INFO] [stdout] 45481098dfb9bea83482bf77460c63a9dfe755a65cc7ef9582eb07c0361ccc2b