[INFO] fetching crate simple_parse 0.4.1... [INFO] checking simple_parse-0.4.1 against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] extracting crate simple_parse 0.4.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate simple_parse 0.4.1 on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "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-1/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" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "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-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" "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" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd51eb59b8f564f9cebaa1401f277cf3878750aedf87f79b7bec85f4124d671d [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" "dd51eb59b8f564f9cebaa1401f277cf3878750aedf87f79b7bec85f4124d671d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd51eb59b8f564f9cebaa1401f277cf3878750aedf87f79b7bec85f4124d671d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd51eb59b8f564f9cebaa1401f277cf3878750aedf87f79b7bec85f4124d671d", kill_on_drop: false }` [INFO] [stdout] dd51eb59b8f564f9cebaa1401f277cf3878750aedf87f79b7bec85f4124d671d [INFO] running `Command { std: "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" "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" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f19936f2296de37d47289161c046b7ff061ccd2efa4b6fa7cfc90a5881d3c774 [INFO] running `Command { std: "docker" "start" "-a" "f19936f2296de37d47289161c046b7ff061ccd2efa4b6fa7cfc90a5881d3c774", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling ident_case v1.0.1 [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] [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[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] [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" "f19936f2296de37d47289161c046b7ff061ccd2efa4b6fa7cfc90a5881d3c774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f19936f2296de37d47289161c046b7ff061ccd2efa4b6fa7cfc90a5881d3c774", kill_on_drop: false }` [INFO] [stdout] f19936f2296de37d47289161c046b7ff061ccd2efa4b6fa7cfc90a5881d3c774