[INFO] cloning repository https://github.com/barafael/dfu2bin-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/barafael/dfu2bin-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarafael%2Fdfu2bin-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarafael%2Fdfu2bin-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7b44f27bf0de050093aeeedca97a0ab76e62e69e [INFO] checking barafael/dfu2bin-rs against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarafael%2Fdfu2bin-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/barafael/dfu2bin-rs on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/barafael/dfu2bin-rs [INFO] finished tweaking git repo https://github.com/barafael/dfu2bin-rs [INFO] tweaked toml for git repo https://github.com/barafael/dfu2bin-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/barafael/dfu2bin-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ea0456e253c209c7b664819d3ce61832f91b22a68679160ef5419610886b8e8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5ea0456e253c209c7b664819d3ce61832f91b22a68679160ef5419610886b8e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ea0456e253c209c7b664819d3ce61832f91b22a68679160ef5419610886b8e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ea0456e253c209c7b664819d3ce61832f91b22a68679160ef5419610886b8e8", kill_on_drop: false }` [INFO] [stdout] 5ea0456e253c209c7b664819d3ce61832f91b22a68679160ef5419610886b8e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f6f76e102a23d0290d99dba13d9268714ed571a77200bde8ff09e4eb74e89cf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0f6f76e102a23d0290d99dba13d9268714ed571a77200bde8ff09e4eb74e89cf", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling scroll_derive v0.10.2 [INFO] [stderr] Checking scroll v0.10.1 [INFO] [stderr] Checking dfuconvert v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0428]: the name `DfuSETargetPrefix` is defined multiple times [INFO] [stdout] --> src/main.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 41 | struct DfuSETargetPrefix { [INFO] [stdout] | ------------------------ previous definition of the type `DfuSETargetPrefix` here [INFO] [stdout] ... [INFO] [stdout] 106 | struct DfuSETargetPrefix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ `DfuSETargetPrefix` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `DfuSETargetPrefix` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `structview` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use structview::{u32_le, View}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `structview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:3:30 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:91:30 [INFO] [stdout] | [INFO] [stdout] 91 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:99:30 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `DfuSETargetPrefix` is defined multiple times [INFO] [stdout] --> src/main.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 41 | struct DfuSETargetPrefix { [INFO] [stdout] | ------------------------ previous definition of the type `DfuSETargetPrefix` here [INFO] [stdout] ... [INFO] [stdout] 106 | struct DfuSETargetPrefix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ `DfuSETargetPrefix` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `DfuSETargetPrefix` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0027]: pattern does not mention field `dw_nb_elements` [INFO] [stdout] --> src/main.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^^ missing field `dw_nb_elements` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: include the missing field in the pattern [INFO] [stdout] | [INFO] [stdout] 45 | sz_target_name: SzTargetName, dw_nb_elements, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] help: if you don't care about this missing field, you can explicitely ignore it [INFO] [stdout] | [INFO] [stdout] 45 | sz_target_name: SzTargetName, .., [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `structview` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use structview::{u32_le, View}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `structview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:3:30 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:91:30 [INFO] [stdout] | [INFO] [stdout] 91 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `View` [INFO] [stdout] --> src/main.rs:99:30 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0027]: pattern does not mention field `dw_nb_elements` [INFO] [stdout] --> src/main.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug, Clone, Copy, View)] [INFO] [stdout] | ^^^^^ missing field `dw_nb_elements` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: include the missing field in the pattern [INFO] [stdout] | [INFO] [stdout] 45 | sz_target_name: SzTargetName, dw_nb_elements, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] help: if you don't care about this missing field, you can explicitely ignore it [INFO] [stdout] | [INFO] [stdout] 45 | sz_target_name: SzTargetName, .., [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `view` found for struct `DfuSESuffix` in the current scope [INFO] [stdout] --> src/main.rs:116:28 [INFO] [stdout] | [INFO] [stdout] 56 | struct DfuSESuffix { [INFO] [stdout] | ------------------ function or associated item `view` not found for this [INFO] [stdout] ... [INFO] [stdout] 116 | let dfu = DfuSESuffix::view(&bytes).unwrap(); [INFO] [stdout] | ^^^^ function or associated item not found in `DfuSESuffix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0027, E0428, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0027`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dfuconvert` [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] [stdout] error[E0599]: no function or associated item named `view` found for struct `DfuSESuffix` in the current scope [INFO] [stdout] --> src/main.rs:116:28 [INFO] [stdout] | [INFO] [stdout] 56 | struct DfuSESuffix { [INFO] [stdout] | ------------------ function or associated item `view` not found for this [INFO] [stdout] ... [INFO] [stdout] 116 | let dfu = DfuSESuffix::view(&bytes).unwrap(); [INFO] [stdout] | ^^^^ function or associated item not found in `DfuSESuffix` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0027, E0428, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0027`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0f6f76e102a23d0290d99dba13d9268714ed571a77200bde8ff09e4eb74e89cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f6f76e102a23d0290d99dba13d9268714ed571a77200bde8ff09e4eb74e89cf", kill_on_drop: false }` [INFO] [stdout] 0f6f76e102a23d0290d99dba13d9268714ed571a77200bde8ff09e4eb74e89cf