[INFO] fetching crate simple_parse 0.4.1... [INFO] checking simple_parse-0.4.1 against try#9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c for pr-79472 [INFO] extracting crate simple_parse 0.4.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate simple_parse 0.4.1 on toolchain 9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate simple_parse 0.4.1 [INFO] finished tweaking crates.io crate simple_parse 0.4.1 [INFO] tweaked toml for crates.io crate simple_parse 0.4.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate simple_parse 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simple_parse_derive v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42027988390bf98f40697aa40f510a568394212afb5f3f0fd3a9e99ca717a451 [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" "42027988390bf98f40697aa40f510a568394212afb5f3f0fd3a9e99ca717a451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42027988390bf98f40697aa40f510a568394212afb5f3f0fd3a9e99ca717a451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42027988390bf98f40697aa40f510a568394212afb5f3f0fd3a9e99ca717a451", kill_on_drop: false }` [INFO] [stdout] 42027988390bf98f40697aa40f510a568394212afb5f3f0fd3a9e99ca717a451 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a5532b51041a78caf02e6f8b1149e1c91da9c5998028c4eb569a063287c1181 [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" "3a5532b51041a78caf02e6f8b1149e1c91da9c5998028c4eb569a063287c1181", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling simple_parse_derive v0.4.0 [INFO] [stderr] Checking simple_parse v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0618]: expected function, found enum variant `SpRead` [INFO] [stdout] --> examples/custom.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(SpRead, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^ call expression requires function [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: `SpRead` is a unit variant, you need to write it without the parenthesis [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(SpRead, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0618`. [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found enum variant `SpRead` [INFO] [stdout] --> examples/enum.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpReadRawMut, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^ call expression requires function [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: `SpRead` is a unit variant, you need to write it without the parenthesis [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpReadRawMut, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found enum variant `SpReadRawMut` [INFO] [stdout] --> examples/enum.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpReadRawMut, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ call expression requires function [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: `SpReadRawMut` is a unit variant, you need to write it without the parenthesis [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpReadRawMut, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simple_parse` [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: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0618`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3a5532b51041a78caf02e6f8b1149e1c91da9c5998028c4eb569a063287c1181", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a5532b51041a78caf02e6f8b1149e1c91da9c5998028c4eb569a063287c1181", kill_on_drop: false }` [INFO] [stdout] 3a5532b51041a78caf02e6f8b1149e1c91da9c5998028c4eb569a063287c1181