[INFO] updating cached repository https://github.com/nic-hartley/mesher [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] 79dc4a45d957fb99da0b16a8facf1edb2b310af7 [INFO] checking nic-hartley/mesher against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnic-hartley%2Fmesher" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nic-hartley/mesher on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nic-hartley/mesher [INFO] finished tweaking git repo https://github.com/nic-hartley/mesher [INFO] tweaked toml for git repo https://github.com/nic-hartley/mesher written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/nic-hartley/mesher already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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] 433641b01436daebaaf46c4e288891523d8e7d277b070e2efe3d5c1b2725398d [INFO] running `"docker" "start" "-a" "433641b01436daebaaf46c4e288891523d8e7d277b070e2efe3d5c1b2725398d"` [INFO] [stderr] Compiling syn v1.0.2 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling mesher v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling quote v1.0.1 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling libflate v0.1.26 [INFO] [stderr] Compiling libsodium-sys v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Checking serde v1.0.98 [INFO] [stderr] Checking bincode v1.1.4 [INFO] [stderr] Checking sodiumoxide v0.2.2 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | / bitflags! { [INFO] [stderr] 32 | | #[derive(serde::Serialize, serde::Deserialize)] [INFO] [stderr] 33 | | pub struct Allowance: u8 { [INFO] [stderr] 34 | | const FORWARD = 0x01; [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `mesher`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `mesher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "433641b01436daebaaf46c4e288891523d8e7d277b070e2efe3d5c1b2725398d"` [INFO] running `"docker" "rm" "-f" "433641b01436daebaaf46c4e288891523d8e7d277b070e2efe3d5c1b2725398d"` [INFO] [stdout] 433641b01436daebaaf46c4e288891523d8e7d277b070e2efe3d5c1b2725398d