[INFO] updating cached repository https://github.com/linebender/runebender [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] [stderr] From https://github.com/linebender/runebender [INFO] [stderr] + 36470c5...33115c3 basic-editor -> basic-editor (forced update) [INFO] [stderr] 7d82332..eaf7008 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eaf70080009616cfb49673ff0d4a4c6de2a1402a [INFO] checking linebender/runebender against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinebender%2Frunebender" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/linebender/runebender 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/linebender/runebender [INFO] finished tweaking git repo https://github.com/linebender/runebender [INFO] tweaked toml for git repo https://github.com/linebender/runebender written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/linebender/runebender 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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 1a87ef1c9e4b6bea16f6d2be6153f5e8963ac1da3808dfdf50e9da2be8fb2723 [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" "1a87ef1c9e4b6bea16f6d2be6153f5e8963ac1da3808dfdf50e9da2be8fb2723"` [INFO] [stderr] Checking tinystr v0.3.1 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Checking kurbo v0.5.1 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling druid-derive-data v0.1.0 (https://github.com/xi-editor/druid/?rev=8164adf#8164adf7) [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Checking plist v0.5.1 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking quick-xml v0.12.4 [INFO] [stderr] Checking unic-langid-impl v0.6.0 [INFO] [stderr] Checking piet v0.0.6 [INFO] [stderr] Checking unic-langid v0.6.1 [INFO] [stderr] Checking fluent-locale v0.10.0 [INFO] [stderr] Checking intl_pluralrules v4.0.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cairo-rs-0.7.1/src/enums.rs:1693:1 [INFO] [stderr] | [INFO] [stderr] 1693 | / bitflags! { [INFO] [stderr] 1694 | | pub struct PdfOutline: i32 { [INFO] [stderr] 1695 | | const OPEN = ffi::PDF_OUTLINE_FLAG_OPEN; [INFO] [stderr] 1696 | | const BOLD = ffi::PDF_OUTLINE_FLAG_BOLD; [INFO] [stderr] 1697 | | const ITALIC = ffi::PDF_OUTLINE_FLAG_ITALIC; [INFO] [stderr] 1698 | | } [INFO] [stderr] 1699 | | } [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/cairo-rs-0.7.1/src/enums.rs:1693:1 [INFO] [stderr] | [INFO] [stderr] 1693 | / bitflags! { [INFO] [stderr] 1694 | | pub struct PdfOutline: i32 { [INFO] [stderr] 1695 | | const OPEN = ffi::PDF_OUTLINE_FLAG_OPEN; [INFO] [stderr] 1696 | | const BOLD = ffi::PDF_OUTLINE_FLAG_BOLD; [INFO] [stderr] 1697 | | const ITALIC = ffi::PDF_OUTLINE_FLAG_ITALIC; [INFO] [stderr] 1698 | | } [INFO] [stderr] 1699 | | } [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/cairo-rs-0.7.1/src/enums.rs:1693:1 [INFO] [stderr] | [INFO] [stderr] 1693 | / bitflags! { [INFO] [stderr] 1694 | | pub struct PdfOutline: i32 { [INFO] [stderr] 1695 | | const OPEN = ffi::PDF_OUTLINE_FLAG_OPEN; [INFO] [stderr] 1696 | | const BOLD = ffi::PDF_OUTLINE_FLAG_BOLD; [INFO] [stderr] 1697 | | const ITALIC = ffi::PDF_OUTLINE_FLAG_ITALIC; [INFO] [stderr] 1698 | | } [INFO] [stderr] 1699 | | } [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/cairo-rs-0.7.1/src/enums.rs:1693:1 [INFO] [stderr] | [INFO] [stderr] 1693 | / bitflags! { [INFO] [stderr] 1694 | | pub struct PdfOutline: i32 { [INFO] [stderr] 1695 | | const OPEN = ffi::PDF_OUTLINE_FLAG_OPEN; [INFO] [stderr] 1696 | | const BOLD = ffi::PDF_OUTLINE_FLAG_BOLD; [INFO] [stderr] 1697 | | const ITALIC = ffi::PDF_OUTLINE_FLAG_ITALIC; [INFO] [stderr] 1698 | | } [INFO] [stderr] 1699 | | } [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 simple_logger v1.3.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 `cairo-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1a87ef1c9e4b6bea16f6d2be6153f5e8963ac1da3808dfdf50e9da2be8fb2723"` [INFO] running `"docker" "rm" "-f" "1a87ef1c9e4b6bea16f6d2be6153f5e8963ac1da3808dfdf50e9da2be8fb2723"` [INFO] [stdout] 1a87ef1c9e4b6bea16f6d2be6153f5e8963ac1da3808dfdf50e9da2be8fb2723