[INFO] updating cached repository offscale/offbin [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/offscale/offbin [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/offscale/offbin" "work/ex/beta-1.38-1/sources/1.37.0/gh/offscale/offbin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/offscale/offbin'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/offscale/offbin" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/offscale/offbin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/offscale/offbin'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6ad47b47725939c0e788640e80142782fbf2ecf1 [INFO] sha for GitHub repo offscale/offbin: 6ad47b47725939c0e788640e80142782fbf2ecf1 [INFO] validating manifest of offscale/offbin on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of offscale/offbin on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing offscale/offbin [INFO] finished frobbing offscale/offbin [INFO] frobbed toml for offscale/offbin written to work/ex/beta-1.38-1/sources/1.37.0/gh/offscale/offbin/Cargo.toml [INFO] started frobbing offscale/offbin [INFO] finished frobbing offscale/offbin [INFO] frobbed toml for offscale/offbin written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/offscale/offbin/Cargo.toml [INFO] crate offscale/offbin already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing offscale/offbin against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/offscale/offbin:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 62fb9882cedc22e8ee7181270a8af8ad0ed4b0f0565ada68fa9c7c0c9fc3fc84 [INFO] running `"docker" "start" "-a" "62fb9882cedc22e8ee7181270a8af8ad0ed4b0f0565ada68fa9c7c0c9fc3fc84"` [INFO] [stderr] Compiling ci_info v0.2.1 [INFO] [stderr] Compiling rust_info v0.2.1 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling fern v0.5.7 [INFO] [stderr] Compiling users v0.8.1 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling shell2batch v0.2.5 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling run_script v0.2.3 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling cargo-make v0.15.3 (https://github.com/offscale/cargo-make?branch=shebang-runner#340f828d) [INFO] [stderr] Compiling offbin v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `cargo_make` [INFO] [stderr] --> src/codegen.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use cargo_make::types::Task; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `cargo_make` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Task` [INFO] [stderr] --> src/codegen.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | let mut task = Task::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Task` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Task` in this scope [INFO] [stderr] --> src/codegen.rs:44:61 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn task_from_filename(filename: &str, path: PathBuf) -> Task { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cli::types::Task; [INFO] [stderr] | [INFO] [stderr] 1 | use crate::custom_config::Task; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Task` in this scope [INFO] [stderr] --> src/codegen.rs:81:34 [INFO] [stderr] | [INFO] [stderr] 81 | impl FormatRust> for IndexMap { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cli::types::Task; [INFO] [stderr] | [INFO] [stderr] 1 | use crate::custom_config::Task; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Task` in this scope [INFO] [stderr] --> src/codegen.rs:81:62 [INFO] [stderr] | [INFO] [stderr] 81 | impl FormatRust> for IndexMap { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cli::types::Task; [INFO] [stderr] | [INFO] [stderr] 1 | use crate::custom_config::Task; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Task` in this scope [INFO] [stderr] --> src/codegen.rs:166:37 [INFO] [stderr] | [INFO] [stderr] 166 | fn all_code(tasks: IndexMap, filepack: &FilePack) -> String { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cli::types::Task; [INFO] [stderr] | [INFO] [stderr] 1 | use crate::custom_config::Task; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Task` in this scope [INFO] [stderr] --> src/codegen.rs:226:66 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn generate_rust_file(path: PathBuf, tasks: IndexMap, filepack: &FilePack) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cli::types::Task; [INFO] [stderr] | [INFO] [stderr] 1 | use crate::custom_config::Task; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `cargo_make::types::Task` [INFO] [stderr] --> src/codegen.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use cargo_make::types::Task; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/codegen.rs:87:14 [INFO] [stderr] | [INFO] [stderr] 87 | for (name, task) in self { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/codegen.rs:87:29 [INFO] [stderr] | [INFO] [stderr] 87 | for (name, task) in self { [INFO] [stderr] | ^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: only the last element of a tuple may have a dynamically sized type [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `offbin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "62fb9882cedc22e8ee7181270a8af8ad0ed4b0f0565ada68fa9c7c0c9fc3fc84"` [INFO] running `"docker" "rm" "-f" "62fb9882cedc22e8ee7181270a8af8ad0ed4b0f0565ada68fa9c7c0c9fc3fc84"` [INFO] [stdout] 62fb9882cedc22e8ee7181270a8af8ad0ed4b0f0565ada68fa9c7c0c9fc3fc84