[INFO] updating cached repository https://github.com/offscale/offbin
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 6ad47b47725939c0e788640e80142782fbf2ecf1
[INFO] checking offscale/offbin against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foffscale%2Foffbin" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/offscale/offbin on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/offscale/offbin
[INFO] finished tweaking git repo https://github.com/offscale/offbin
[INFO] tweaked toml for git repo https://github.com/offscale/offbin written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/offscale/offbin already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8b0f9052bff1c16c4c07407e3c5fc2c1ca789f62a08cc0cece6efad6c1cab524
[INFO] running `"docker" "start" "-a" "8b0f9052bff1c16c4c07407e3c5fc2c1ca789f62a08cc0cece6efad6c1cab524"`
[INFO] [stderr]    Compiling serde v1.0.82
[INFO] [stderr]     Checking rust_info v0.2.1
[INFO] [stderr]     Checking ci_info v0.2.1
[INFO] [stderr]    Compiling memchr v2.1.2
[INFO] [stderr]     Checking fern v0.5.7
[INFO] [stderr]     Checking users v0.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.82
[INFO] [stderr]    Compiling structopt-derive v0.2.14
[INFO] [stderr]     Checking run_script v0.2.3
[INFO] [stderr]     Checking aho-corasick v0.6.9
[INFO] [stderr]     Checking regex v1.1.0
[INFO] [stderr]     Checking structopt v0.2.14
[INFO] [stderr]     Checking shell2batch v0.2.5
[INFO] [stderr]     Checking indexmap v1.0.2
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking cargo-make v0.15.3 (https://github.com/offscale/cargo-make?branch=shebang-runner#340f828d)
[INFO] [stderr]     Checking offbin v0.1.0 (/opt/rustwide/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 `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 `cargo_make`
[INFO] [stderr]    --> src/codegen.rs:313:13
[INFO] [stderr]     |
[INFO] [stderr] 313 |         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[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]    |
[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<IndexMap<String, Task>> for IndexMap<String, Task> {
[INFO] [stderr]    |                                  ^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 81 | impl<Task> FormatRust<IndexMap<String, Task>> for IndexMap<String, 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<IndexMap<String, Task>> for IndexMap<String, Task> {
[INFO] [stderr]    |                                                              ^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 81 | impl<Task> FormatRust<IndexMap<String, Task>> for IndexMap<String, 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<String, Task>, filepack: &FilePack) -> String {
[INFO] [stderr]     |                                     ^^^^ not found in this scope
[INFO] [stderr]     |
[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] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 166 | fn all_code<Task>(tasks: IndexMap<String, Task>, filepack: &FilePack) -> String {
[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<String, Task>, filepack: &FilePack) {
[INFO] [stderr]     |                                                                  ^^^^ not found in this scope
[INFO] [stderr]     |
[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] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 226 | pub fn generate_rust_file<Task>(path: PathBuf, tasks: IndexMap<String, Task>, filepack: &FilePack) {
[INFO] [stderr]     |                          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Task` in this scope
[INFO] [stderr]    --> src/codegen.rs:270:20
[INFO] [stderr]     |
[INFO] [stderr] 270 |         let task = Task {
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use cli::types::Task;
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use crate::custom_config::Task;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Task` in this scope
[INFO] [stderr]    --> src/codegen.rs:315:18
[INFO] [stderr]     |
[INFO] [stderr] 315 |         let t1 = Task {
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use cli::types::Task;
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use crate::custom_config::Task;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Task` in this scope
[INFO] [stderr]    --> src/codegen.rs:348:18
[INFO] [stderr]     |
[INFO] [stderr] 348 |         let t2 = Task {
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use cli::types::Task;
[INFO] [stderr]     |
[INFO] [stderr] 236 |     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:381:41
[INFO] [stderr]     |
[INFO] [stderr] 381 |         let mut tasks: IndexMap<String, Task> = IndexMap::new();
[INFO] [stderr]     |                                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use cli::types::Task;
[INFO] [stderr]     |
[INFO] [stderr] 236 |     use crate::custom_config::Task;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 312 |     fn test_index_map<Task>() {
[INFO] [stderr]     |                      ^^^^^^
[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]    |
[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<IndexMap<String, Task>> for IndexMap<String, Task> {
[INFO] [stderr]    |                                  ^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 81 | impl<Task> FormatRust<IndexMap<String, Task>> for IndexMap<String, 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<IndexMap<String, Task>> for IndexMap<String, Task> {
[INFO] [stderr]    |                                                              ^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 81 | impl<Task> FormatRust<IndexMap<String, Task>> for IndexMap<String, 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<String, Task>, filepack: &FilePack) -> String {
[INFO] [stderr]     |                                     ^^^^ not found in this scope
[INFO] [stderr]     |
[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] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 166 | fn all_code<Task>(tasks: IndexMap<String, Task>, filepack: &FilePack) -> String {
[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<String, Task>, filepack: &FilePack) {
[INFO] [stderr]     |                                                                  ^^^^ not found in this scope
[INFO] [stderr]     |
[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] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 226 | pub fn generate_rust_file<Task>(path: PathBuf, tasks: IndexMap<String, Task>, filepack: &FilePack) {
[INFO] [stderr]     |                          ^^^^^^
[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 <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[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 <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[INFO] [stderr]    = note: only the last element of a tuple may have a dynamically sized type
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 14 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0422, 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] [stderr] warning: build failed, waiting for other jobs to finish...
[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 <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[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 <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
[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" "8b0f9052bff1c16c4c07407e3c5fc2c1ca789f62a08cc0cece6efad6c1cab524"`
[INFO] running `"docker" "rm" "-f" "8b0f9052bff1c16c4c07407e3c5fc2c1ca789f62a08cc0cece6efad6c1cab524"`
[INFO] [stdout] 8b0f9052bff1c16c4c07407e3c5fc2c1ca789f62a08cc0cece6efad6c1cab524
