[INFO] updating cached repository https://github.com/mwalczyk/knots [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] 28d45511ad1d450d3d8cce56f119283b704b98fd [INFO] checking mwalczyk/knots against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwalczyk%2Fknots" "/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/mwalczyk/knots 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/mwalczyk/knots [INFO] finished tweaking git repo https://github.com/mwalczyk/knots [INFO] tweaked toml for git repo https://github.com/mwalczyk/knots written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/mwalczyk/knots 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] [stdout] 594a536db217251ae7ffc6b1823c6341262c4e2c1b9f60924f8222d1cad56fd2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "594a536db217251ae7ffc6b1823c6341262c4e2c1b9f60924f8222d1cad56fd2"` [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Checking inflate v0.3.4 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling wayland-scanner v0.9.10 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking getrandom v0.1.8 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking fs2 v0.2.5 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking memmap v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.7.0/src/writer/emitter.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | / bitflags!( [INFO] [stderr] 136 | | struct IndentFlags: u8 { [INFO] [stderr] 137 | | const WROTE_NOTHING = 0; [INFO] [stderr] 138 | | const WROTE_MARKUP = 1; [INFO] [stderr] 139 | | const WROTE_TEXT = 2; [INFO] [stderr] 140 | | } [INFO] [stderr] 141 | | ); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.7.0/src/writer/emitter.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | / bitflags!( [INFO] [stderr] 136 | | struct IndentFlags: u8 { [INFO] [stderr] 137 | | const WROTE_NOTHING = 0; [INFO] [stderr] 138 | | const WROTE_MARKUP = 1; [INFO] [stderr] 139 | | const WROTE_TEXT = 2; [INFO] [stderr] 140 | | } [INFO] [stderr] 141 | | ); [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] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.6 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.7.0/src/writer/emitter.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | / bitflags!( [INFO] [stderr] 136 | | struct IndentFlags: u8 { [INFO] [stderr] 137 | | const WROTE_NOTHING = 0; [INFO] [stderr] 138 | | const WROTE_MARKUP = 1; [INFO] [stderr] 139 | | const WROTE_TEXT = 2; [INFO] [stderr] 140 | | } [INFO] [stderr] 141 | | ); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.7.0/src/writer/emitter.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | / bitflags!( [INFO] [stderr] 136 | | struct IndentFlags: u8 { [INFO] [stderr] 137 | | const WROTE_NOTHING = 0; [INFO] [stderr] 138 | | const WROTE_MARKUP = 1; [INFO] [stderr] 139 | | const WROTE_TEXT = 2; [INFO] [stderr] 140 | | } [INFO] [stderr] 141 | | ); [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] Compiling target_build_utils v0.3.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `xml-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "594a536db217251ae7ffc6b1823c6341262c4e2c1b9f60924f8222d1cad56fd2"` [INFO] running `"docker" "rm" "-f" "594a536db217251ae7ffc6b1823c6341262c4e2c1b9f60924f8222d1cad56fd2"` [INFO] [stdout] 594a536db217251ae7ffc6b1823c6341262c4e2c1b9f60924f8222d1cad56fd2