[INFO] cloning repository https://github.com/shiimizu/ena [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shiimizu/ena" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiimizu%2Fena", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiimizu%2Fena'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3063d61f679a4d27706693a092430067f9c5bf4e [INFO] checking shiimizu/ena against master#430feb24a46993e5073c1bb1b39da190d83fa2bf for pr-78363 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiimizu%2Fena" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shiimizu/ena on toolchain 430feb24a46993e5073c1bb1b39da190d83fa2bf [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking git repo https://github.com/shiimizu/ena [INFO] finished tweaking git repo https://github.com/shiimizu/ena [INFO] tweaked toml for git repo https://github.com/shiimizu/ena written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/shiimizu/ena already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbf1a4d1253a5545f72cd44da1c6c67ecf40bed85c152a1a8ca4d3f0e3aeabb3 [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" "fbf1a4d1253a5545f72cd44da1c6c67ecf40bed85c152a1a8ca4d3f0e3aeabb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbf1a4d1253a5545f72cd44da1c6c67ecf40bed85c152a1a8ca4d3f0e3aeabb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbf1a4d1253a5545f72cd44da1c6c67ecf40bed85c152a1a8ca4d3f0e3aeabb3", kill_on_drop: false }` [INFO] [stdout] fbf1a4d1253a5545f72cd44da1c6c67ecf40bed85c152a1a8ca4d3f0e3aeabb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2e0e23068da6fbd80496a7ecfc34c2948eca830ec0e8fb5b0f4c3c623cfee17 [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" "c2e0e23068da6fbd80496a7ecfc34c2948eca830ec0e8fb5b0f4c3c623cfee17", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking pin-project-lite v0.1.7 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Checking subtle v2.2.3 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Checking tower-service v0.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking siphasher v0.3.3 [INFO] [stderr] Checking dtoa v0.4.6 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking mio-named-pipes v0.1.7 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling openssl-src v111.10.2+1.1.1g [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking tracing-core v0.1.15 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking miniz_oxide v0.4.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.10 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling libz-sys v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking tracing v0.1.19 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking crossbeam-channel v0.4.3 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking hmac v0.8.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking flate2 v1.0.17 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking futures-intrusive v0.3.1 [INFO] [stderr] Checking lexical v5.2.0 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking webpki v0.21.3 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking rustls v0.18.1 [INFO] [stderr] Checking webpki-roots v0.19.0 [INFO] [stderr] Checking postgres-protocol v0.5.2 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking ctrlc v3.1.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling enum-iterator-derive v0.6.0 [INFO] [stderr] Compiling async-trait v0.1.38 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking enum-iterator v0.6.0 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking pin-project v0.4.23 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-rustls v0.14.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking rust_decimal v1.7.0 [INFO] [stderr] Checking chrono v0.4.15 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking hyper v0.13.7 [INFO] [stderr] Checking postgres-types v0.1.2 [INFO] [stderr] Checking mysql_common v0.22.2 [INFO] [stderr] Checking tokio-postgres v0.5.5 [INFO] [stderr] Compiling vergen v3.1.0 [INFO] [stderr] Compiling ena v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking mysql_async v0.23.1 [INFO] [stderr] Checking hyper-rustls v0.21.0 [INFO] [stderr] Checking reqwest v0.10.8 [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/mysql.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 32 | #[allow(dead_code)] [INFO] [stdout] 33 | / pub mod asagi { [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | #[cold] [INFO] [stdout] 36 | | #[allow(dead_code)] [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- not a function [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/mysql.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 36 | #[allow(dead_code)] [INFO] [stdout] 37 | / pub struct Post { [INFO] [stdout] 38 | | pub poster_ip: i32, [INFO] [stdout] 39 | | pub num: i32, [INFO] [stdout] 40 | | pub subnum: i32, [INFO] [stdout] ... | [INFO] [stdout] 74 | | pub omitted: bool [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/pgsql.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 13 | #[allow(dead_code)] [INFO] [stdout] 14 | / pub mod core { [INFO] [stdout] 15 | | //! Implementation of the default schema. [INFO] [stdout] 16 | | //! [INFO] [stdout] 17 | | //! - [`Client`] The PostgreSQL implementation ([`tokio_postgres`]) to run the SQL queries [INFO] [stdout] ... | [INFO] [stdout] 409 | | } [INFO] [stdout] 410 | | } [INFO] [stdout] | |_- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/pgsql.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | / pub struct Post { [INFO] [stdout] 151 | | /// Appears: `always` [INFO] [stdout] 152 | | /// Possible values: `any positive integer` [INFO] [stdout] 153 | | /// > The numeric post ID [INFO] [stdout] ... | [INFO] [stdout] 357 | | pub extra: Option [INFO] [stdout] 358 | | } [INFO] [stdout] | |_____- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/sql.rs:460:1 [INFO] [stdout] | [INFO] [stdout] 460 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 464 | / pub struct Post { [INFO] [stdout] 465 | | pub no: u64, [INFO] [stdout] 466 | | pub sticky: Option, [INFO] [stdout] 467 | | pub closed: Option, [INFO] [stdout] ... | [INFO] [stdout] 502 | | pub since4pass: Option [INFO] [stdout] 503 | | } [INFO] [stdout] | |_- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/mysql.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 32 | #[allow(dead_code)] [INFO] [stdout] 33 | / pub mod asagi { [INFO] [stdout] 34 | | [INFO] [stdout] 35 | | #[cold] [INFO] [stdout] 36 | | #[allow(dead_code)] [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- not a function [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/mysql.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 36 | #[allow(dead_code)] [INFO] [stdout] 37 | / pub struct Post { [INFO] [stdout] 38 | | pub poster_ip: i32, [INFO] [stdout] 39 | | pub num: i32, [INFO] [stdout] 40 | | pub subnum: i32, [INFO] [stdout] ... | [INFO] [stdout] 74 | | pub omitted: bool [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/pgsql.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 13 | #[allow(dead_code)] [INFO] [stdout] 14 | / pub mod core { [INFO] [stdout] 15 | | //! Implementation of the default schema. [INFO] [stdout] 16 | | //! [INFO] [stdout] 17 | | //! - [`Client`] The PostgreSQL implementation ([`tokio_postgres`]) to run the SQL queries [INFO] [stdout] ... | [INFO] [stdout] 409 | | } [INFO] [stdout] 410 | | } [INFO] [stdout] | |_- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/pgsql.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | / pub struct Post { [INFO] [stdout] 151 | | /// Appears: `always` [INFO] [stdout] 152 | | /// Possible values: `any positive integer` [INFO] [stdout] 153 | | /// > The numeric post ID [INFO] [stdout] ... | [INFO] [stdout] 357 | | pub extra: Option [INFO] [stdout] 358 | | } [INFO] [stdout] | |_____- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/sql.rs:460:1 [INFO] [stdout] | [INFO] [stdout] 460 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 464 | / pub struct Post { [INFO] [stdout] 465 | | pub no: u64, [INFO] [stdout] 466 | | pub sticky: Option, [INFO] [stdout] 467 | | pub closed: Option, [INFO] [stdout] ... | [INFO] [stdout] 502 | | pub since4pass: Option [INFO] [stdout] 503 | | } [INFO] [stdout] | |_- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unsafe_code) incompatible with previous forbid in same scope [INFO] [stdout] --> src/main.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![forbid(unsafe_code)] [INFO] [stdout] | ----------- `forbid` level set here [INFO] [stdout] 2 | #![deny(unsafe_code)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0453]: deny(unsafe_code) incompatible with previous forbid in same scope [INFO] [stdout] --> src/main.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![forbid(unsafe_code)] [INFO] [stdout] | ----------- `forbid` level set here [INFO] [stdout] 2 | #![deny(unsafe_code)] [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 E0453`. [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 E0453`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ena` [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] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c2e0e23068da6fbd80496a7ecfc34c2948eca830ec0e8fb5b0f4c3c623cfee17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2e0e23068da6fbd80496a7ecfc34c2948eca830ec0e8fb5b0f4c3c623cfee17", kill_on_drop: false }` [INFO] [stdout] c2e0e23068da6fbd80496a7ecfc34c2948eca830ec0e8fb5b0f4c3c623cfee17