[INFO] cloning repository https://github.com/shioleap/xcb_with_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shioleap/xcb_with_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshioleap%2Fxcb_with_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshioleap%2Fxcb_with_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e6a24da4441bb6f2c66252123f349c20c15d3b3 [INFO] testing shioleap/xcb_with_rust against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshioleap%2Fxcb_with_rust" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shioleap/xcb_with_rust on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shioleap/xcb_with_rust [INFO] finished tweaking git repo https://github.com/shioleap/xcb_with_rust [INFO] tweaked toml for git repo https://github.com/shioleap/xcb_with_rust written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/shioleap/xcb_with_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec17de0e268c0c240252ab9037c81de7c99bfd4f142ae45266313d6ee6883512 [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" "ec17de0e268c0c240252ab9037c81de7c99bfd4f142ae45266313d6ee6883512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec17de0e268c0c240252ab9037c81de7c99bfd4f142ae45266313d6ee6883512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec17de0e268c0c240252ab9037c81de7c99bfd4f142ae45266313d6ee6883512", kill_on_drop: false }` [INFO] [stdout] ec17de0e268c0c240252ab9037c81de7c99bfd4f142ae45266313d6ee6883512 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7c4798c7b930fdedb89dc938b64b56e599ebfa657a34ae370400fbbb4439d667 [INFO] running `Command { std: "docker" "start" "-a" "7c4798c7b930fdedb89dc938b64b56e599ebfa657a34ae370400fbbb4439d667", kill_on_drop: false }` [INFO] [stderr] Compiling xcb_with_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `GC_FUNCTION` [INFO] [stdout] --> src/main.rs:83:3 [INFO] [stdout] | [INFO] [stdout] 83 | pub const GC_FUNCTION : GC = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_PLANE_MASK` [INFO] [stdout] --> src/main.rs:84:3 [INFO] [stdout] | [INFO] [stdout] 84 | pub const GC_PLANE_MASK : GC = 0x02; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_BACKGROUND` [INFO] [stdout] --> src/main.rs:86:3 [INFO] [stdout] | [INFO] [stdout] 86 | pub const GC_BACKGROUND : GC = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_LINE_WIDTH` [INFO] [stdout] --> src/main.rs:87:3 [INFO] [stdout] | [INFO] [stdout] 87 | pub const GC_LINE_WIDTH : GC = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_LINE_STYLE` [INFO] [stdout] --> src/main.rs:88:3 [INFO] [stdout] | [INFO] [stdout] 88 | pub const GC_LINE_STYLE : GC = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CAP_STYLE` [INFO] [stdout] --> src/main.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | pub const GC_CAP_STYLE : GC = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_JOIN_STYLE` [INFO] [stdout] --> src/main.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | pub const GC_JOIN_STYLE : GC = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_FILL_STYLE` [INFO] [stdout] --> src/main.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | pub const GC_FILL_STYLE : GC = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_FILL_RULE` [INFO] [stdout] --> src/main.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | pub const GC_FILL_RULE : GC = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_TILE` [INFO] [stdout] --> src/main.rs:93:3 [INFO] [stdout] | [INFO] [stdout] 93 | pub const GC_TILE : GC = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_STIPPLE` [INFO] [stdout] --> src/main.rs:94:3 [INFO] [stdout] | [INFO] [stdout] 94 | pub const GC_STIPPLE : GC = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_TILE_STIPPLE_ORIGIN_X` [INFO] [stdout] --> src/main.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | pub const GC_TILE_STIPPLE_ORIGIN_X: GC = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_TILE_STIPPLE_ORIGIN_Y` [INFO] [stdout] --> src/main.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | pub const GC_TILE_STIPPLE_ORIGIN_Y: GC = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_FONT` [INFO] [stdout] --> src/main.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | pub const GC_FONT : GC = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_SUBWINDOW_MODE` [INFO] [stdout] --> src/main.rs:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | pub const GC_SUBWINDOW_MODE : GC = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CLIP_ORIGIN_X` [INFO] [stdout] --> src/main.rs:100:3 [INFO] [stdout] | [INFO] [stdout] 100 | pub const GC_CLIP_ORIGIN_X : GC = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CLIP_ORIGIN_Y` [INFO] [stdout] --> src/main.rs:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | pub const GC_CLIP_ORIGIN_Y : GC = 0x40000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CLIP_MASK` [INFO] [stdout] --> src/main.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | pub const GC_CLIP_MASK : GC = 0x80000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_DASH_OFFSET` [INFO] [stdout] --> src/main.rs:103:3 [INFO] [stdout] | [INFO] [stdout] 103 | pub const GC_DASH_OFFSET : GC = 0x100000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_DASH_LIST` [INFO] [stdout] --> src/main.rs:104:3 [INFO] [stdout] | [INFO] [stdout] 104 | pub const GC_DASH_LIST : GC = 0x200000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_ARC_MODE` [INFO] [stdout] --> src/main.rs:105:3 [INFO] [stdout] | [INFO] [stdout] 105 | pub const GC_ARC_MODE : GC = 0x400000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `COORD_MODE_PREVIOUS` [INFO] [stdout] --> src/main.rs:141:3 [INFO] [stdout] | [INFO] [stdout] 141 | pub const COORD_MODE_PREVIOUS: CoordMode = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BACK_PIXMAP` [INFO] [stdout] --> src/main.rs:144:3 [INFO] [stdout] | [INFO] [stdout] 144 | pub const CW_BACK_PIXMAP : CW = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BORDER_PIXMAP` [INFO] [stdout] --> src/main.rs:146:3 [INFO] [stdout] | [INFO] [stdout] 146 | pub const CW_BORDER_PIXMAP : CW = 0x04; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BORDER_PIXEL` [INFO] [stdout] --> src/main.rs:147:3 [INFO] [stdout] | [INFO] [stdout] 147 | pub const CW_BORDER_PIXEL : CW = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BIT_GRAVITY` [INFO] [stdout] --> src/main.rs:148:3 [INFO] [stdout] | [INFO] [stdout] 148 | pub const CW_BIT_GRAVITY : CW = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_WIN_GRAVITY` [INFO] [stdout] --> src/main.rs:149:3 [INFO] [stdout] | [INFO] [stdout] 149 | pub const CW_WIN_GRAVITY : CW = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BACKING_PLANES` [INFO] [stdout] --> src/main.rs:150:3 [INFO] [stdout] | [INFO] [stdout] 150 | pub const CW_BACKING_PLANES : CW = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BACKING_PIXEL` [INFO] [stdout] --> src/main.rs:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | pub const CW_BACKING_PIXEL : CW = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_OVERRIDE_REDIRECT` [INFO] [stdout] --> src/main.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | pub const CW_OVERRIDE_REDIRECT: CW = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_SAVE_UNDER` [INFO] [stdout] --> src/main.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | pub const CW_SAVE_UNDER : CW = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_DONT_PROPAGATE` [INFO] [stdout] --> src/main.rs:155:3 [INFO] [stdout] | [INFO] [stdout] 155 | pub const CW_DONT_PROPAGATE : CW = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_COLORMAP` [INFO] [stdout] --> src/main.rs:156:3 [INFO] [stdout] | [INFO] [stdout] 156 | pub const CW_COLORMAP : CW = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_CURSOR` [INFO] [stdout] --> src/main.rs:157:3 [INFO] [stdout] | [INFO] [stdout] 157 | pub const CW_CURSOR : CW = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_NO_EVENT` [INFO] [stdout] --> src/main.rs:160:3 [INFO] [stdout] | [INFO] [stdout] 160 | pub const EVENT_MASK_NO_EVENT : EventMask = 0x00; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_KEY_PRESS` [INFO] [stdout] --> src/main.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 161 | pub const EVENT_MASK_KEY_PRESS : EventMask = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_KEY_RELEASE` [INFO] [stdout] --> src/main.rs:162:3 [INFO] [stdout] | [INFO] [stdout] 162 | pub const EVENT_MASK_KEY_RELEASE : EventMask = 0x02; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_PRESS` [INFO] [stdout] --> src/main.rs:163:3 [INFO] [stdout] | [INFO] [stdout] 163 | pub const EVENT_MASK_BUTTON_PRESS : EventMask = 0x04; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_RELEASE` [INFO] [stdout] --> src/main.rs:164:3 [INFO] [stdout] | [INFO] [stdout] 164 | pub const EVENT_MASK_BUTTON_RELEASE : EventMask = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_ENTER_WINDOW` [INFO] [stdout] --> src/main.rs:165:3 [INFO] [stdout] | [INFO] [stdout] 165 | pub const EVENT_MASK_ENTER_WINDOW : EventMask = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_LEAVE_WINDOW` [INFO] [stdout] --> src/main.rs:166:3 [INFO] [stdout] | [INFO] [stdout] 166 | pub const EVENT_MASK_LEAVE_WINDOW : EventMask = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_POINTER_MOTION` [INFO] [stdout] --> src/main.rs:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | pub const EVENT_MASK_POINTER_MOTION : EventMask = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_POINTER_MOTION_HINT` [INFO] [stdout] --> src/main.rs:168:3 [INFO] [stdout] | [INFO] [stdout] 168 | pub const EVENT_MASK_POINTER_MOTION_HINT : EventMask = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_1_MOTION` [INFO] [stdout] --> src/main.rs:169:3 [INFO] [stdout] | [INFO] [stdout] 169 | pub const EVENT_MASK_BUTTON_1_MOTION : EventMask = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_2_MOTION` [INFO] [stdout] --> src/main.rs:170:3 [INFO] [stdout] | [INFO] [stdout] 170 | pub const EVENT_MASK_BUTTON_2_MOTION : EventMask = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_3_MOTION` [INFO] [stdout] --> src/main.rs:171:3 [INFO] [stdout] | [INFO] [stdout] 171 | pub const EVENT_MASK_BUTTON_3_MOTION : EventMask = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_4_MOTION` [INFO] [stdout] --> src/main.rs:172:3 [INFO] [stdout] | [INFO] [stdout] 172 | pub const EVENT_MASK_BUTTON_4_MOTION : EventMask = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_5_MOTION` [INFO] [stdout] --> src/main.rs:173:3 [INFO] [stdout] | [INFO] [stdout] 173 | pub const EVENT_MASK_BUTTON_5_MOTION : EventMask = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_MOTION` [INFO] [stdout] --> src/main.rs:174:3 [INFO] [stdout] | [INFO] [stdout] 174 | pub const EVENT_MASK_BUTTON_MOTION : EventMask = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_KEYMAP_STATE` [INFO] [stdout] --> src/main.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | pub const EVENT_MASK_KEYMAP_STATE : EventMask = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_VISIBILITY_CHANGE` [INFO] [stdout] --> src/main.rs:177:3 [INFO] [stdout] | [INFO] [stdout] 177 | pub const EVENT_MASK_VISIBILITY_CHANGE : EventMask = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_STRUCTURE_NOTIFY` [INFO] [stdout] --> src/main.rs:178:3 [INFO] [stdout] | [INFO] [stdout] 178 | pub const EVENT_MASK_STRUCTURE_NOTIFY : EventMask = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_RESIZE_REDIRECT` [INFO] [stdout] --> src/main.rs:179:3 [INFO] [stdout] | [INFO] [stdout] 179 | pub const EVENT_MASK_RESIZE_REDIRECT : EventMask = 0x40000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_SUBSTRUCTURE_NOTIFY` [INFO] [stdout] --> src/main.rs:180:3 [INFO] [stdout] | [INFO] [stdout] 180 | pub const EVENT_MASK_SUBSTRUCTURE_NOTIFY : EventMask = 0x80000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_SUBSTRUCTURE_REDIRECT` [INFO] [stdout] --> src/main.rs:181:3 [INFO] [stdout] | [INFO] [stdout] 181 | pub const EVENT_MASK_SUBSTRUCTURE_REDIRECT: EventMask = 0x100000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_FOCUS_CHANGE` [INFO] [stdout] --> src/main.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | pub const EVENT_MASK_FOCUS_CHANGE : EventMask = 0x200000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_PROPERTY_CHANGE` [INFO] [stdout] --> src/main.rs:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | pub const EVENT_MASK_PROPERTY_CHANGE : EventMask = 0x400000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_COLOR_MAP_CHANGE` [INFO] [stdout] --> src/main.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | pub const EVENT_MASK_COLOR_MAP_CHANGE : EventMask = 0x800000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_OWNER_GRAB_BUTTON` [INFO] [stdout] --> src/main.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | pub const EVENT_MASK_OWNER_GRAB_BUTTON : EventMask = 0x1000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `change_gc` [INFO] [stdout] --> src/main.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 237 | / pub fn change_gc( [INFO] [stdout] 238 | | c: *mut Connection, [INFO] [stdout] 239 | | gc: GContext, [INFO] [stdout] 240 | | value_mask: u32, [INFO] [stdout] 241 | | value_list: *const u32 [INFO] [stdout] 242 | | ) -> VoidCookie; [INFO] [stdout] | |____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `Command { std: "docker" "inspect" "7c4798c7b930fdedb89dc938b64b56e599ebfa657a34ae370400fbbb4439d667", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c4798c7b930fdedb89dc938b64b56e599ebfa657a34ae370400fbbb4439d667", kill_on_drop: false }` [INFO] [stdout] 7c4798c7b930fdedb89dc938b64b56e599ebfa657a34ae370400fbbb4439d667 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca1ad35f7fe2c9d31e50ed7754afca0dd5a60378bcee08dac7103f81e96b99a7 [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" "ca1ad35f7fe2c9d31e50ed7754afca0dd5a60378bcee08dac7103f81e96b99a7", kill_on_drop: false }` [INFO] [stderr] Compiling xcb_with_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `GC_FUNCTION` [INFO] [stdout] --> src/main.rs:83:3 [INFO] [stdout] | [INFO] [stdout] 83 | pub const GC_FUNCTION : GC = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_PLANE_MASK` [INFO] [stdout] --> src/main.rs:84:3 [INFO] [stdout] | [INFO] [stdout] 84 | pub const GC_PLANE_MASK : GC = 0x02; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_BACKGROUND` [INFO] [stdout] --> src/main.rs:86:3 [INFO] [stdout] | [INFO] [stdout] 86 | pub const GC_BACKGROUND : GC = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_LINE_WIDTH` [INFO] [stdout] --> src/main.rs:87:3 [INFO] [stdout] | [INFO] [stdout] 87 | pub const GC_LINE_WIDTH : GC = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_LINE_STYLE` [INFO] [stdout] --> src/main.rs:88:3 [INFO] [stdout] | [INFO] [stdout] 88 | pub const GC_LINE_STYLE : GC = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CAP_STYLE` [INFO] [stdout] --> src/main.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | pub const GC_CAP_STYLE : GC = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_JOIN_STYLE` [INFO] [stdout] --> src/main.rs:90:3 [INFO] [stdout] | [INFO] [stdout] 90 | pub const GC_JOIN_STYLE : GC = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_FILL_STYLE` [INFO] [stdout] --> src/main.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | pub const GC_FILL_STYLE : GC = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_FILL_RULE` [INFO] [stdout] --> src/main.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | pub const GC_FILL_RULE : GC = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_TILE` [INFO] [stdout] --> src/main.rs:93:3 [INFO] [stdout] | [INFO] [stdout] 93 | pub const GC_TILE : GC = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_STIPPLE` [INFO] [stdout] --> src/main.rs:94:3 [INFO] [stdout] | [INFO] [stdout] 94 | pub const GC_STIPPLE : GC = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_TILE_STIPPLE_ORIGIN_X` [INFO] [stdout] --> src/main.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | pub const GC_TILE_STIPPLE_ORIGIN_X: GC = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_TILE_STIPPLE_ORIGIN_Y` [INFO] [stdout] --> src/main.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | pub const GC_TILE_STIPPLE_ORIGIN_Y: GC = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_FONT` [INFO] [stdout] --> src/main.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | pub const GC_FONT : GC = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_SUBWINDOW_MODE` [INFO] [stdout] --> src/main.rs:98:3 [INFO] [stdout] | [INFO] [stdout] 98 | pub const GC_SUBWINDOW_MODE : GC = 0x8000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CLIP_ORIGIN_X` [INFO] [stdout] --> src/main.rs:100:3 [INFO] [stdout] | [INFO] [stdout] 100 | pub const GC_CLIP_ORIGIN_X : GC = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CLIP_ORIGIN_Y` [INFO] [stdout] --> src/main.rs:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | pub const GC_CLIP_ORIGIN_Y : GC = 0x40000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_CLIP_MASK` [INFO] [stdout] --> src/main.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | pub const GC_CLIP_MASK : GC = 0x80000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_DASH_OFFSET` [INFO] [stdout] --> src/main.rs:103:3 [INFO] [stdout] | [INFO] [stdout] 103 | pub const GC_DASH_OFFSET : GC = 0x100000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_DASH_LIST` [INFO] [stdout] --> src/main.rs:104:3 [INFO] [stdout] | [INFO] [stdout] 104 | pub const GC_DASH_LIST : GC = 0x200000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GC_ARC_MODE` [INFO] [stdout] --> src/main.rs:105:3 [INFO] [stdout] | [INFO] [stdout] 105 | pub const GC_ARC_MODE : GC = 0x400000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `COORD_MODE_PREVIOUS` [INFO] [stdout] --> src/main.rs:141:3 [INFO] [stdout] | [INFO] [stdout] 141 | pub const COORD_MODE_PREVIOUS: CoordMode = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BACK_PIXMAP` [INFO] [stdout] --> src/main.rs:144:3 [INFO] [stdout] | [INFO] [stdout] 144 | pub const CW_BACK_PIXMAP : CW = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BORDER_PIXMAP` [INFO] [stdout] --> src/main.rs:146:3 [INFO] [stdout] | [INFO] [stdout] 146 | pub const CW_BORDER_PIXMAP : CW = 0x04; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BORDER_PIXEL` [INFO] [stdout] --> src/main.rs:147:3 [INFO] [stdout] | [INFO] [stdout] 147 | pub const CW_BORDER_PIXEL : CW = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BIT_GRAVITY` [INFO] [stdout] --> src/main.rs:148:3 [INFO] [stdout] | [INFO] [stdout] 148 | pub const CW_BIT_GRAVITY : CW = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_WIN_GRAVITY` [INFO] [stdout] --> src/main.rs:149:3 [INFO] [stdout] | [INFO] [stdout] 149 | pub const CW_WIN_GRAVITY : CW = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BACKING_PLANES` [INFO] [stdout] --> src/main.rs:150:3 [INFO] [stdout] | [INFO] [stdout] 150 | pub const CW_BACKING_PLANES : CW = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_BACKING_PIXEL` [INFO] [stdout] --> src/main.rs:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | pub const CW_BACKING_PIXEL : CW = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_OVERRIDE_REDIRECT` [INFO] [stdout] --> src/main.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | pub const CW_OVERRIDE_REDIRECT: CW = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_SAVE_UNDER` [INFO] [stdout] --> src/main.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 153 | pub const CW_SAVE_UNDER : CW = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_DONT_PROPAGATE` [INFO] [stdout] --> src/main.rs:155:3 [INFO] [stdout] | [INFO] [stdout] 155 | pub const CW_DONT_PROPAGATE : CW = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_COLORMAP` [INFO] [stdout] --> src/main.rs:156:3 [INFO] [stdout] | [INFO] [stdout] 156 | pub const CW_COLORMAP : CW = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CW_CURSOR` [INFO] [stdout] --> src/main.rs:157:3 [INFO] [stdout] | [INFO] [stdout] 157 | pub const CW_CURSOR : CW = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_NO_EVENT` [INFO] [stdout] --> src/main.rs:160:3 [INFO] [stdout] | [INFO] [stdout] 160 | pub const EVENT_MASK_NO_EVENT : EventMask = 0x00; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_KEY_PRESS` [INFO] [stdout] --> src/main.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 161 | pub const EVENT_MASK_KEY_PRESS : EventMask = 0x01; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_KEY_RELEASE` [INFO] [stdout] --> src/main.rs:162:3 [INFO] [stdout] | [INFO] [stdout] 162 | pub const EVENT_MASK_KEY_RELEASE : EventMask = 0x02; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_PRESS` [INFO] [stdout] --> src/main.rs:163:3 [INFO] [stdout] | [INFO] [stdout] 163 | pub const EVENT_MASK_BUTTON_PRESS : EventMask = 0x04; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_RELEASE` [INFO] [stdout] --> src/main.rs:164:3 [INFO] [stdout] | [INFO] [stdout] 164 | pub const EVENT_MASK_BUTTON_RELEASE : EventMask = 0x08; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_ENTER_WINDOW` [INFO] [stdout] --> src/main.rs:165:3 [INFO] [stdout] | [INFO] [stdout] 165 | pub const EVENT_MASK_ENTER_WINDOW : EventMask = 0x10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_LEAVE_WINDOW` [INFO] [stdout] --> src/main.rs:166:3 [INFO] [stdout] | [INFO] [stdout] 166 | pub const EVENT_MASK_LEAVE_WINDOW : EventMask = 0x20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_POINTER_MOTION` [INFO] [stdout] --> src/main.rs:167:3 [INFO] [stdout] | [INFO] [stdout] 167 | pub const EVENT_MASK_POINTER_MOTION : EventMask = 0x40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_POINTER_MOTION_HINT` [INFO] [stdout] --> src/main.rs:168:3 [INFO] [stdout] | [INFO] [stdout] 168 | pub const EVENT_MASK_POINTER_MOTION_HINT : EventMask = 0x80; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_1_MOTION` [INFO] [stdout] --> src/main.rs:169:3 [INFO] [stdout] | [INFO] [stdout] 169 | pub const EVENT_MASK_BUTTON_1_MOTION : EventMask = 0x100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_2_MOTION` [INFO] [stdout] --> src/main.rs:170:3 [INFO] [stdout] | [INFO] [stdout] 170 | pub const EVENT_MASK_BUTTON_2_MOTION : EventMask = 0x200; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_3_MOTION` [INFO] [stdout] --> src/main.rs:171:3 [INFO] [stdout] | [INFO] [stdout] 171 | pub const EVENT_MASK_BUTTON_3_MOTION : EventMask = 0x400; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_4_MOTION` [INFO] [stdout] --> src/main.rs:172:3 [INFO] [stdout] | [INFO] [stdout] 172 | pub const EVENT_MASK_BUTTON_4_MOTION : EventMask = 0x800; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_5_MOTION` [INFO] [stdout] --> src/main.rs:173:3 [INFO] [stdout] | [INFO] [stdout] 173 | pub const EVENT_MASK_BUTTON_5_MOTION : EventMask = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_BUTTON_MOTION` [INFO] [stdout] --> src/main.rs:174:3 [INFO] [stdout] | [INFO] [stdout] 174 | pub const EVENT_MASK_BUTTON_MOTION : EventMask = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_KEYMAP_STATE` [INFO] [stdout] --> src/main.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | pub const EVENT_MASK_KEYMAP_STATE : EventMask = 0x4000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_VISIBILITY_CHANGE` [INFO] [stdout] --> src/main.rs:177:3 [INFO] [stdout] | [INFO] [stdout] 177 | pub const EVENT_MASK_VISIBILITY_CHANGE : EventMask = 0x10000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_STRUCTURE_NOTIFY` [INFO] [stdout] --> src/main.rs:178:3 [INFO] [stdout] | [INFO] [stdout] 178 | pub const EVENT_MASK_STRUCTURE_NOTIFY : EventMask = 0x20000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_RESIZE_REDIRECT` [INFO] [stdout] --> src/main.rs:179:3 [INFO] [stdout] | [INFO] [stdout] 179 | pub const EVENT_MASK_RESIZE_REDIRECT : EventMask = 0x40000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_SUBSTRUCTURE_NOTIFY` [INFO] [stdout] --> src/main.rs:180:3 [INFO] [stdout] | [INFO] [stdout] 180 | pub const EVENT_MASK_SUBSTRUCTURE_NOTIFY : EventMask = 0x80000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_SUBSTRUCTURE_REDIRECT` [INFO] [stdout] --> src/main.rs:181:3 [INFO] [stdout] | [INFO] [stdout] 181 | pub const EVENT_MASK_SUBSTRUCTURE_REDIRECT: EventMask = 0x100000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_FOCUS_CHANGE` [INFO] [stdout] --> src/main.rs:182:3 [INFO] [stdout] | [INFO] [stdout] 182 | pub const EVENT_MASK_FOCUS_CHANGE : EventMask = 0x200000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_PROPERTY_CHANGE` [INFO] [stdout] --> src/main.rs:183:3 [INFO] [stdout] | [INFO] [stdout] 183 | pub const EVENT_MASK_PROPERTY_CHANGE : EventMask = 0x400000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_COLOR_MAP_CHANGE` [INFO] [stdout] --> src/main.rs:184:3 [INFO] [stdout] | [INFO] [stdout] 184 | pub const EVENT_MASK_COLOR_MAP_CHANGE : EventMask = 0x800000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EVENT_MASK_OWNER_GRAB_BUTTON` [INFO] [stdout] --> src/main.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 185 | pub const EVENT_MASK_OWNER_GRAB_BUTTON : EventMask = 0x1000000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `change_gc` [INFO] [stdout] --> src/main.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 237 | / pub fn change_gc( [INFO] [stdout] 238 | | c: *mut Connection, [INFO] [stdout] 239 | | gc: GContext, [INFO] [stdout] 240 | | value_mask: u32, [INFO] [stdout] 241 | | value_list: *const u32 [INFO] [stdout] 242 | | ) -> VoidCookie; [INFO] [stdout] | |____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "ca1ad35f7fe2c9d31e50ed7754afca0dd5a60378bcee08dac7103f81e96b99a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca1ad35f7fe2c9d31e50ed7754afca0dd5a60378bcee08dac7103f81e96b99a7", kill_on_drop: false }` [INFO] [stdout] ca1ad35f7fe2c9d31e50ed7754afca0dd5a60378bcee08dac7103f81e96b99a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fb194e3d089715e02e5641a136d805eb115b09738a67b53238b1b569bfbf7e43 [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" "fb194e3d089715e02e5641a136d805eb115b09738a67b53238b1b569bfbf7e43", kill_on_drop: false }` [INFO] [stderr] warning: constant is never used: `GC_FUNCTION` [INFO] [stderr] --> src/main.rs:83:3 [INFO] [stderr] | [INFO] [stderr] 83 | pub const GC_FUNCTION : GC = 0x01; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_PLANE_MASK` [INFO] [stderr] --> src/main.rs:84:3 [INFO] [stderr] | [INFO] [stderr] 84 | pub const GC_PLANE_MASK : GC = 0x02; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_BACKGROUND` [INFO] [stderr] --> src/main.rs:86:3 [INFO] [stderr] | [INFO] [stderr] 86 | pub const GC_BACKGROUND : GC = 0x08; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_LINE_WIDTH` [INFO] [stderr] --> src/main.rs:87:3 [INFO] [stderr] | [INFO] [stderr] 87 | pub const GC_LINE_WIDTH : GC = 0x10; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_LINE_STYLE` [INFO] [stderr] --> src/main.rs:88:3 [INFO] [stderr] | [INFO] [stderr] 88 | pub const GC_LINE_STYLE : GC = 0x20; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_CAP_STYLE` [INFO] [stderr] --> src/main.rs:89:3 [INFO] [stderr] | [INFO] [stderr] 89 | pub const GC_CAP_STYLE : GC = 0x40; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_JOIN_STYLE` [INFO] [stderr] --> src/main.rs:90:3 [INFO] [stderr] | [INFO] [stderr] 90 | pub const GC_JOIN_STYLE : GC = 0x80; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_FILL_STYLE` [INFO] [stderr] --> src/main.rs:91:3 [INFO] [stderr] | [INFO] [stderr] 91 | pub const GC_FILL_STYLE : GC = 0x100; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_FILL_RULE` [INFO] [stderr] --> src/main.rs:92:3 [INFO] [stderr] | [INFO] [stderr] 92 | pub const GC_FILL_RULE : GC = 0x200; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_TILE` [INFO] [stderr] --> src/main.rs:93:3 [INFO] [stderr] | [INFO] [stderr] 93 | pub const GC_TILE : GC = 0x400; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_STIPPLE` [INFO] [stderr] --> src/main.rs:94:3 [INFO] [stderr] | [INFO] [stderr] 94 | pub const GC_STIPPLE : GC = 0x800; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_TILE_STIPPLE_ORIGIN_X` [INFO] [stderr] --> src/main.rs:95:3 [INFO] [stderr] | [INFO] [stderr] 95 | pub const GC_TILE_STIPPLE_ORIGIN_X: GC = 0x1000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_TILE_STIPPLE_ORIGIN_Y` [INFO] [stderr] --> src/main.rs:96:3 [INFO] [stderr] | [INFO] [stderr] 96 | pub const GC_TILE_STIPPLE_ORIGIN_Y: GC = 0x2000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_FONT` [INFO] [stderr] --> src/main.rs:97:3 [INFO] [stderr] | [INFO] [stderr] 97 | pub const GC_FONT : GC = 0x4000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_SUBWINDOW_MODE` [INFO] [stderr] --> src/main.rs:98:3 [INFO] [stderr] | [INFO] [stderr] 98 | pub const GC_SUBWINDOW_MODE : GC = 0x8000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_CLIP_ORIGIN_X` [INFO] [stderr] --> src/main.rs:100:3 [INFO] [stderr] | [INFO] [stderr] 100 | pub const GC_CLIP_ORIGIN_X : GC = 0x20000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_CLIP_ORIGIN_Y` [INFO] [stderr] --> src/main.rs:101:3 [INFO] [stderr] | [INFO] [stderr] 101 | pub const GC_CLIP_ORIGIN_Y : GC = 0x40000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_CLIP_MASK` [INFO] [stderr] --> src/main.rs:102:3 [INFO] [stderr] | [INFO] [stderr] 102 | pub const GC_CLIP_MASK : GC = 0x80000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_DASH_OFFSET` [INFO] [stderr] --> src/main.rs:103:3 [INFO] [stderr] | [INFO] [stderr] 103 | pub const GC_DASH_OFFSET : GC = 0x100000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_DASH_LIST` [INFO] [stderr] --> src/main.rs:104:3 [INFO] [stderr] | [INFO] [stderr] 104 | pub const GC_DASH_LIST : GC = 0x200000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GC_ARC_MODE` [INFO] [stderr] --> src/main.rs:105:3 [INFO] [stderr] | [INFO] [stderr] 105 | pub const GC_ARC_MODE : GC = 0x400000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `COORD_MODE_PREVIOUS` [INFO] [stderr] --> src/main.rs:141:3 [INFO] [stderr] | [INFO] [stderr] 141 | pub const COORD_MODE_PREVIOUS: CoordMode = 0x01; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_BACK_PIXMAP` [INFO] [stderr] --> src/main.rs:144:3 [INFO] [stderr] | [INFO] [stderr] 144 | pub const CW_BACK_PIXMAP : CW = 0x01; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_BORDER_PIXMAP` [INFO] [stderr] --> src/main.rs:146:3 [INFO] [stderr] | [INFO] [stderr] 146 | pub const CW_BORDER_PIXMAP : CW = 0x04; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_BORDER_PIXEL` [INFO] [stderr] --> src/main.rs:147:3 [INFO] [stderr] | [INFO] [stderr] 147 | pub const CW_BORDER_PIXEL : CW = 0x08; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_BIT_GRAVITY` [INFO] [stderr] --> src/main.rs:148:3 [INFO] [stderr] | [INFO] [stderr] 148 | pub const CW_BIT_GRAVITY : CW = 0x10; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_WIN_GRAVITY` [INFO] [stderr] --> src/main.rs:149:3 [INFO] [stderr] | [INFO] [stderr] 149 | pub const CW_WIN_GRAVITY : CW = 0x20; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_BACKING_PLANES` [INFO] [stderr] --> src/main.rs:150:3 [INFO] [stderr] | [INFO] [stderr] 150 | pub const CW_BACKING_PLANES : CW = 0x80; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_BACKING_PIXEL` [INFO] [stderr] --> src/main.rs:151:3 [INFO] [stderr] | [INFO] [stderr] 151 | pub const CW_BACKING_PIXEL : CW = 0x100; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_OVERRIDE_REDIRECT` [INFO] [stderr] --> src/main.rs:152:3 [INFO] [stderr] | [INFO] [stderr] 152 | pub const CW_OVERRIDE_REDIRECT: CW = 0x200; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_SAVE_UNDER` [INFO] [stderr] --> src/main.rs:153:3 [INFO] [stderr] | [INFO] [stderr] 153 | pub const CW_SAVE_UNDER : CW = 0x400; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_DONT_PROPAGATE` [INFO] [stderr] --> src/main.rs:155:3 [INFO] [stderr] | [INFO] [stderr] 155 | pub const CW_DONT_PROPAGATE : CW = 0x1000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_COLORMAP` [INFO] [stderr] --> src/main.rs:156:3 [INFO] [stderr] | [INFO] [stderr] 156 | pub const CW_COLORMAP : CW = 0x2000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `CW_CURSOR` [INFO] [stderr] --> src/main.rs:157:3 [INFO] [stderr] | [INFO] [stderr] 157 | pub const CW_CURSOR : CW = 0x4000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_NO_EVENT` [INFO] [stderr] --> src/main.rs:160:3 [INFO] [stderr] | [INFO] [stderr] 160 | pub const EVENT_MASK_NO_EVENT : EventMask = 0x00; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_KEY_PRESS` [INFO] [stderr] --> src/main.rs:161:3 [INFO] [stderr] | [INFO] [stderr] 161 | pub const EVENT_MASK_KEY_PRESS : EventMask = 0x01; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_KEY_RELEASE` [INFO] [stderr] --> src/main.rs:162:3 [INFO] [stderr] | [INFO] [stderr] 162 | pub const EVENT_MASK_KEY_RELEASE : EventMask = 0x02; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_PRESS` [INFO] [stderr] --> src/main.rs:163:3 [INFO] [stderr] | [INFO] [stderr] 163 | pub const EVENT_MASK_BUTTON_PRESS : EventMask = 0x04; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_RELEASE` [INFO] [stderr] --> src/main.rs:164:3 [INFO] [stderr] | [INFO] [stderr] 164 | pub const EVENT_MASK_BUTTON_RELEASE : EventMask = 0x08; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_ENTER_WINDOW` [INFO] [stderr] --> src/main.rs:165:3 [INFO] [stderr] | [INFO] [stderr] 165 | pub const EVENT_MASK_ENTER_WINDOW : EventMask = 0x10; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_LEAVE_WINDOW` [INFO] [stderr] --> src/main.rs:166:3 [INFO] [stderr] | [INFO] [stderr] 166 | pub const EVENT_MASK_LEAVE_WINDOW : EventMask = 0x20; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_POINTER_MOTION` [INFO] [stderr] --> src/main.rs:167:3 [INFO] [stderr] | [INFO] [stderr] 167 | pub const EVENT_MASK_POINTER_MOTION : EventMask = 0x40; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_POINTER_MOTION_HINT` [INFO] [stderr] --> src/main.rs:168:3 [INFO] [stderr] | [INFO] [stderr] 168 | pub const EVENT_MASK_POINTER_MOTION_HINT : EventMask = 0x80; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_1_MOTION` [INFO] [stderr] --> src/main.rs:169:3 [INFO] [stderr] | [INFO] [stderr] 169 | pub const EVENT_MASK_BUTTON_1_MOTION : EventMask = 0x100; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_2_MOTION` [INFO] [stderr] --> src/main.rs:170:3 [INFO] [stderr] | [INFO] [stderr] 170 | pub const EVENT_MASK_BUTTON_2_MOTION : EventMask = 0x200; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_3_MOTION` [INFO] [stderr] --> src/main.rs:171:3 [INFO] [stderr] | [INFO] [stderr] 171 | pub const EVENT_MASK_BUTTON_3_MOTION : EventMask = 0x400; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_4_MOTION` [INFO] [stderr] --> src/main.rs:172:3 [INFO] [stderr] | [INFO] [stderr] 172 | pub const EVENT_MASK_BUTTON_4_MOTION : EventMask = 0x800; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_5_MOTION` [INFO] [stderr] --> src/main.rs:173:3 [INFO] [stderr] | [INFO] [stderr] 173 | pub const EVENT_MASK_BUTTON_5_MOTION : EventMask = 0x1000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_BUTTON_MOTION` [INFO] [stderr] --> src/main.rs:174:3 [INFO] [stderr] | [INFO] [stderr] 174 | pub const EVENT_MASK_BUTTON_MOTION : EventMask = 0x2000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_KEYMAP_STATE` [INFO] [stderr] --> src/main.rs:175:3 [INFO] [stderr] | [INFO] [stderr] 175 | pub const EVENT_MASK_KEYMAP_STATE : EventMask = 0x4000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_VISIBILITY_CHANGE` [INFO] [stderr] --> src/main.rs:177:3 [INFO] [stderr] | [INFO] [stderr] 177 | pub const EVENT_MASK_VISIBILITY_CHANGE : EventMask = 0x10000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_STRUCTURE_NOTIFY` [INFO] [stderr] --> src/main.rs:178:3 [INFO] [stderr] | [INFO] [stderr] 178 | pub const EVENT_MASK_STRUCTURE_NOTIFY : EventMask = 0x20000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_RESIZE_REDIRECT` [INFO] [stderr] --> src/main.rs:179:3 [INFO] [stderr] | [INFO] [stderr] 179 | pub const EVENT_MASK_RESIZE_REDIRECT : EventMask = 0x40000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_SUBSTRUCTURE_NOTIFY` [INFO] [stderr] --> src/main.rs:180:3 [INFO] [stderr] | [INFO] [stderr] 180 | pub const EVENT_MASK_SUBSTRUCTURE_NOTIFY : EventMask = 0x80000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_SUBSTRUCTURE_REDIRECT` [INFO] [stderr] --> src/main.rs:181:3 [INFO] [stderr] | [INFO] [stderr] 181 | pub const EVENT_MASK_SUBSTRUCTURE_REDIRECT: EventMask = 0x100000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_FOCUS_CHANGE` [INFO] [stderr] --> src/main.rs:182:3 [INFO] [stderr] | [INFO] [stderr] 182 | pub const EVENT_MASK_FOCUS_CHANGE : EventMask = 0x200000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_PROPERTY_CHANGE` [INFO] [stderr] --> src/main.rs:183:3 [INFO] [stderr] | [INFO] [stderr] 183 | pub const EVENT_MASK_PROPERTY_CHANGE : EventMask = 0x400000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_COLOR_MAP_CHANGE` [INFO] [stderr] --> src/main.rs:184:3 [INFO] [stderr] | [INFO] [stderr] 184 | pub const EVENT_MASK_COLOR_MAP_CHANGE : EventMask = 0x800000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EVENT_MASK_OWNER_GRAB_BUTTON` [INFO] [stderr] --> src/main.rs:185:3 [INFO] [stderr] | [INFO] [stderr] 185 | pub const EVENT_MASK_OWNER_GRAB_BUTTON : EventMask = 0x1000000; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `change_gc` [INFO] [stderr] --> src/main.rs:237:5 [INFO] [stderr] | [INFO] [stderr] 237 | / pub fn change_gc( [INFO] [stderr] 238 | | c: *mut Connection, [INFO] [stderr] 239 | | gc: GContext, [INFO] [stderr] 240 | | value_mask: u32, [INFO] [stderr] 241 | | value_list: *const u32 [INFO] [stderr] 242 | | ) -> VoidCookie; [INFO] [stderr] | |____________________^ [INFO] [stderr] [INFO] [stderr] warning: 60 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/xcb_with_rust-e4c0bb9cbb80b876 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fb194e3d089715e02e5641a136d805eb115b09738a67b53238b1b569bfbf7e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb194e3d089715e02e5641a136d805eb115b09738a67b53238b1b569bfbf7e43", kill_on_drop: false }` [INFO] [stdout] fb194e3d089715e02e5641a136d805eb115b09738a67b53238b1b569bfbf7e43