[INFO] fetching crate raui 0.1.1... [INFO] checking raui-0.1.1 against beta for pr-78714 [INFO] extracting crate raui 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate raui 0.1.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate raui 0.1.1 [INFO] finished tweaking crates.io crate raui 0.1.1 [INFO] tweaked toml for crates.io crate raui 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 051ae7ae7213c3a0b42c6f425529fb9257c691d1879fcd20dc374cf492d19720 [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" "051ae7ae7213c3a0b42c6f425529fb9257c691d1879fcd20dc374cf492d19720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "051ae7ae7213c3a0b42c6f425529fb9257c691d1879fcd20dc374cf492d19720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "051ae7ae7213c3a0b42c6f425529fb9257c691d1879fcd20dc374cf492d19720", kill_on_drop: false }` [INFO] [stdout] 051ae7ae7213c3a0b42c6f425529fb9257c691d1879fcd20dc374cf492d19720 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a577070b48f93a48abb0c6edf1ecad4674ce49326bc4cead35a6d9ff67d804b [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" "7a577070b48f93a48abb0c6edf1ecad4674ce49326bc4cead35a6d9ff67d804b", kill_on_drop: false }` [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking raui v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/components/container.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / bitflags! { [INFO] [stdout] 38 | | pub struct CoordsSystem: u8 { [INFO] [stdout] 39 | | const CS_LOCAL = 1 << 0; [INFO] [stdout] 40 | | const CS_GLOBAL = 1 << 1; [INFO] [stdout] 41 | | const CS_PARENT = 1 << 2; [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/components/container.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / bitflags! { [INFO] [stdout] 38 | | pub struct CoordsSystem: u8 { [INFO] [stdout] 39 | | const CS_LOCAL = 1 << 0; [INFO] [stdout] 40 | | const CS_GLOBAL = 1 << 1; [INFO] [stdout] 41 | | const CS_PARENT = 1 << 2; [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/components/container.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / bitflags! { [INFO] [stdout] 38 | | pub struct CoordsSystem: u8 { [INFO] [stdout] 39 | | const CS_LOCAL = 1 << 0; [INFO] [stdout] 40 | | const CS_GLOBAL = 1 << 1; [INFO] [stdout] 41 | | const CS_PARENT = 1 << 2; [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/behaviour_flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct BehaviourFlags: u8 { [INFO] [stdout] 4 | | const BF_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/components/container.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / bitflags! { [INFO] [stdout] 38 | | pub struct CoordsSystem: u8 { [INFO] [stdout] 39 | | const CS_LOCAL = 1 << 0; [INFO] [stdout] 40 | | const CS_GLOBAL = 1 << 1; [INFO] [stdout] 41 | | const CS_PARENT = 1 << 2; [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/behaviour_flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct BehaviourFlags: u8 { [INFO] [stdout] 4 | | const BF_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/behaviour_flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct BehaviourFlags: u8 { [INFO] [stdout] 4 | | const BF_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/key_modifiers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct KeyModifiers: u8 { [INFO] [stdout] 4 | | const KM_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/components/container.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / bitflags! { [INFO] [stdout] 38 | | pub struct CoordsSystem: u8 { [INFO] [stdout] 39 | | const CS_LOCAL = 1 << 0; [INFO] [stdout] 40 | | const CS_GLOBAL = 1 << 1; [INFO] [stdout] 41 | | const CS_PARENT = 1 << 2; [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/components/container.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / bitflags! { [INFO] [stdout] 38 | | pub struct CoordsSystem: u8 { [INFO] [stdout] 39 | | const CS_LOCAL = 1 << 0; [INFO] [stdout] 40 | | const CS_GLOBAL = 1 << 1; [INFO] [stdout] 41 | | const CS_PARENT = 1 << 2; [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/behaviour_flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct BehaviourFlags: u8 { [INFO] [stdout] 4 | | const BF_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/key_modifiers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct KeyModifiers: u8 { [INFO] [stdout] 4 | | const KM_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/behaviour_flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct BehaviourFlags: u8 { [INFO] [stdout] 4 | | const BF_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/behaviour_flags.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct BehaviourFlags: u8 { [INFO] [stdout] 4 | | const BF_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/key_modifiers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct KeyModifiers: u8 { [INFO] [stdout] 4 | | const KM_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/key_modifiers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct KeyModifiers: u8 { [INFO] [stdout] 4 | | const KM_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/key_modifiers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct KeyModifiers: u8 { [INFO] [stdout] 4 | | const KM_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | #[derive(Default)] [INFO] [stdout] 10 | | pub struct VerticalAlign: u8 { [INFO] [stdout] 11 | | const VA_TOP = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | #[derive(Default)] [INFO] [stdout] 10 | | pub struct VerticalAlign: u8 { [INFO] [stdout] 11 | | const VA_TOP = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | #[derive(Default)] [INFO] [stdout] 10 | | pub struct VerticalAlign: u8 { [INFO] [stdout] 11 | | const VA_TOP = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/data/key_modifiers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / bitflags! { [INFO] [stdout] 2 | | #[derive(Default)] [INFO] [stdout] 3 | | pub struct KeyModifiers: u8 { [INFO] [stdout] 4 | | const KM_NONE = 0; [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | #[derive(Default)] [INFO] [stdout] 10 | | pub struct VerticalAlign: u8 { [INFO] [stdout] 11 | | const VA_TOP = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | #[derive(Default)] [INFO] [stdout] 10 | | pub struct VerticalAlign: u8 { [INFO] [stdout] 11 | | const VA_TOP = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / bitflags! { [INFO] [stdout] 9 | | #[derive(Default)] [INFO] [stdout] 10 | | pub struct VerticalAlign: u8 { [INFO] [stdout] 11 | | const VA_TOP = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | #[derive(Default)] [INFO] [stdout] 29 | | pub struct HorizontalAlign: u8 { [INFO] [stdout] 30 | | const HA_LEFT = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | #[derive(Default)] [INFO] [stdout] 29 | | pub struct HorizontalAlign: u8 { [INFO] [stdout] 30 | | const HA_LEFT = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | #[derive(Default)] [INFO] [stdout] 29 | | pub struct HorizontalAlign: u8 { [INFO] [stdout] 30 | | const HA_LEFT = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/data/mod.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | pub type State = Any; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/renderables/batchable.rs:8:44 [INFO] [stdout] | [INFO] [stdout] 8 | pub type BatchablePtr = Option>>; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Batchable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/renderables/batchable.rs:9:46 [INFO] [stdout] | [INFO] [stdout] 9 | pub type ReadablePtr = Option>>>; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Readable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/component.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | pub type ComponentPtr = Option>>; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:203:41 [INFO] [stdout] | [INFO] [stdout] 203 | ) -> Result<()> where F: FnMut(&mut Component) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:219:27 [INFO] [stdout] | [INFO] [stdout] 219 | ) where F: FnMut(&mut Component) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:230:27 [INFO] [stdout] | [INFO] [stdout] 230 | ) where F: FnMut(&mut Component) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | #[derive(Default)] [INFO] [stdout] 29 | | pub struct HorizontalAlign: u8 { [INFO] [stdout] 30 | | const HA_LEFT = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | #[derive(Default)] [INFO] [stdout] 29 | | pub struct HorizontalAlign: u8 { [INFO] [stdout] 30 | | const HA_LEFT = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/renderables/text.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / bitflags! { [INFO] [stdout] 28 | | #[derive(Default)] [INFO] [stdout] 29 | | pub struct HorizontalAlign: u8 { [INFO] [stdout] 30 | | const HA_LEFT = 1 << 0; [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/data/mod.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | pub type State = Any; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/renderables/batchable.rs:8:44 [INFO] [stdout] | [INFO] [stdout] 8 | pub type BatchablePtr = Option>>; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Batchable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/renderables/batchable.rs:9:46 [INFO] [stdout] | [INFO] [stdout] 9 | pub type ReadablePtr = Option>>>; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Readable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/component.rs:13:44 [INFO] [stdout] | [INFO] [stdout] 13 | pub type ComponentPtr = Option>>; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:203:41 [INFO] [stdout] | [INFO] [stdout] 203 | ) -> Result<()> where F: FnMut(&mut Component) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:219:27 [INFO] [stdout] | [INFO] [stdout] 219 | ) where F: FnMut(&mut Component) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:230:27 [INFO] [stdout] | [INFO] [stdout] 230 | ) where F: FnMut(&mut Component) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Component` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.28s [INFO] running `Command { std: "docker" "inspect" "7a577070b48f93a48abb0c6edf1ecad4674ce49326bc4cead35a6d9ff67d804b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a577070b48f93a48abb0c6edf1ecad4674ce49326bc4cead35a6d9ff67d804b", kill_on_drop: false }` [INFO] [stdout] 7a577070b48f93a48abb0c6edf1ecad4674ce49326bc4cead35a6d9ff67d804b