[INFO] updating cached repository https://github.com/scturtle/turtlebot [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] fec0a1d9cbdabfc3f5d0ad320268bcf3b1c4a7d8 [INFO] checking scturtle/turtlebot against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscturtle%2Fturtlebot" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scturtle/turtlebot 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/scturtle/turtlebot [INFO] finished tweaking git repo https://github.com/scturtle/turtlebot [INFO] tweaked toml for git repo https://github.com/scturtle/turtlebot written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/scturtle/turtlebot 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] a3a6bbc64093c23250461119587abef3e49e55f2842c70220e758829e273f7e9 [INFO] running `"docker" "start" "-a" "a3a6bbc64093c23250461119587abef3e49e55f2842c70220e758829e273f7e9"` [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Checking smallvec v0.3.4 [INFO] [stderr] Compiling curl v0.4.23 [INFO] [stderr] Compiling isahc v0.7.3 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.21 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Checking debug_unreachable v0.1.1 [INFO] [stderr] Checking encoding_rs v0.8.20 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling cssparser v0.13.7 [INFO] [stderr] Compiling html5ever v0.20.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling derive_builder v0.5.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking rusqlite v0.20.0 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking sluice v0.4.2 [INFO] [stderr] Checking dotenv v0.14.1 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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/rusqlite-0.20.0/src/lib.rs:764:1 [INFO] [stderr] | [INFO] [stderr] 764 | / bitflags! { [INFO] [stderr] 765 | | #[doc = "Flags for opening SQLite database connections."] [INFO] [stderr] 766 | | #[doc = "See [sqlite3_open_v2](http://www.sqlite.org/c3ref/open.html) for details."] [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] ... | [INFO] [stderr] 778 | | } [INFO] [stderr] 779 | | } [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 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `rusqlite`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a3a6bbc64093c23250461119587abef3e49e55f2842c70220e758829e273f7e9"` [INFO] running `"docker" "rm" "-f" "a3a6bbc64093c23250461119587abef3e49e55f2842c70220e758829e273f7e9"` [INFO] [stdout] a3a6bbc64093c23250461119587abef3e49e55f2842c70220e758829e273f7e9