[INFO] updating cached repository eightbitraptor/bwt-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/eightbitraptor/bwt-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/eightbitraptor/bwt-rust" "work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/eightbitraptor/bwt-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/eightbitraptor/bwt-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/eightbitraptor/bwt-rust" "work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/eightbitraptor/bwt-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/eightbitraptor/bwt-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1d4640f84f1e8b73568e558769db3dcd9083e9c6 [INFO] sha for GitHub repo eightbitraptor/bwt-rust: 1d4640f84f1e8b73568e558769db3dcd9083e9c6 [INFO] validating manifest of eightbitraptor/bwt-rust on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of eightbitraptor/bwt-rust on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing eightbitraptor/bwt-rust [INFO] finished frobbing eightbitraptor/bwt-rust [INFO] frobbed toml for eightbitraptor/bwt-rust written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/eightbitraptor/bwt-rust/Cargo.toml [INFO] started frobbing eightbitraptor/bwt-rust [INFO] finished frobbing eightbitraptor/bwt-rust [INFO] frobbed toml for eightbitraptor/bwt-rust written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/eightbitraptor/bwt-rust/Cargo.toml [INFO] crate eightbitraptor/bwt-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking eightbitraptor/bwt-rust against master#5f9c0448dde167128d668da4555879f64e56af1d for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-3/master#5f9c0448dde167128d668da4555879f64e56af1d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/eightbitraptor/bwt-rust:/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=forbid" "-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" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6cc43e52a00e30d86d3efb6e8b1ef0254e8bf38458bc50e97596a540d867c9c0 [INFO] running `"docker" "start" "-a" "6cc43e52a00e30d86d3efb6e8b1ef0254e8bf38458bc50e97596a540d867c9c0"` [INFO] [stderr] Checking bwt v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/lib.rs:2:3 [INFO] [stderr] | [INFO] [stderr] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add #![feature(custom_attribute)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future [INFO] [stderr] --> src/lib.rs:2:3 [INFO] [stderr] | [INFO] [stderr] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/29642 [INFO] [stderr] = help: add #![feature(custom_attribute)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | for i in range(1, input.len()) { [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:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | for i in range(0, sorted_input.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | for i in range(1, input.len()) { [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:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | for i in range(0, sorted_input.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | #[phase(plugin, link)] extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add #![feature(rustc_private)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `shift_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | shift_char(). [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `push_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | working.push_char(last_char); [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `push_str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `push_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | working_string.push_char('$'); [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `push_str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `push_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | str.push_char( sorted_input[i].clone().pop_char().unwrap() ); [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `push_str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:56:29 [INFO] [stderr] | [INFO] [stderr] 56 | let input = String::from_str("Hi"); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:58:28 [INFO] [stderr] | [INFO] [stderr] 58 | assert_eq!(String::from_str("Hi$"), [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:64:30 [INFO] [stderr] | [INFO] [stderr] 64 | let input = String::from_str("Hello"); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `shift_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | shift_char(). [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | assert_eq!(utils::sort_and_pick(input), String::from_str("oHell")); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `push_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | working.push_char(last_char); [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `push_str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `push_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | working_string.push_char('$'); [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `push_str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `push_char` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/lib.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | str.push_char( sorted_input[i].clone().pop_char().unwrap() ); [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `push_str` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `bwt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bwt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6cc43e52a00e30d86d3efb6e8b1ef0254e8bf38458bc50e97596a540d867c9c0"` [INFO] running `"docker" "rm" "-f" "6cc43e52a00e30d86d3efb6e8b1ef0254e8bf38458bc50e97596a540d867c9c0"` [INFO] [stdout] 6cc43e52a00e30d86d3efb6e8b1ef0254e8bf38458bc50e97596a540d867c9c0