[INFO] fetching crate wasmblock 0.0.15... [INFO] checking wasmblock-0.0.15 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate wasmblock 0.0.15 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate wasmblock 0.0.15 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate wasmblock 0.0.15 [INFO] finished tweaking crates.io crate wasmblock 0.0.15 [INFO] tweaked toml for crates.io crate wasmblock 0.0.15 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cafb47e7bb95d7017d4d959b54d5a8aafdb5a43c351b520bed6b5a4952f54df [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" "3cafb47e7bb95d7017d4d959b54d5a8aafdb5a43c351b520bed6b5a4952f54df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cafb47e7bb95d7017d4d959b54d5a8aafdb5a43c351b520bed6b5a4952f54df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cafb47e7bb95d7017d4d959b54d5a8aafdb5a43c351b520bed6b5a4952f54df", kill_on_drop: false }` [INFO] [stdout] 3cafb47e7bb95d7017d4d959b54d5a8aafdb5a43c351b520bed6b5a4952f54df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2f37d7924107d676a3cec0148ab568e0ec40ab615502de6511190ff7f706a57 [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" "d2f37d7924107d676a3cec0148ab568e0ec40ab615502de6511190ff7f706a57", kill_on_drop: false }` [INFO] [stderr] Checking wasmblock v0.0.15 (/opt/rustwide/workdir) [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/console.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_console_log(msg: *const c_char); [INFO] [stdout] 14 | | fn wasmblock_console_error(msg: *const c_char); [INFO] [stdout] 15 | | fn wasmblock_console_info(msg: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 19 | | fn wasmblock_console_time_end(); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/dom.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_dom_create_element(targetPtr: *const c_char,elPtr: *const c_char, idPtr: *const c_char); [INFO] [stdout] 14 | | fn wasmblock_dom_set_attribute(targetPtr: *const c_char,attrPtr: *const c_char,valPtr: *const c_char); [INFO] [stdout] 15 | | fn wasmblock_dom_set_inner_html(targetPtr: *const c_char,htmlPtr: *const c_char); [INFO] [stdout] 16 | | fn wasmblock_dom_add_event_listener(targetPtr: *const c_char,eventPtr: *const c_char,callbackPtr: *const c_char); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/timing.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_timing_request_animation_frame(fn_name: *const c_char); [INFO] [stdout] 14 | | fn wasmblock_timing_set_timeout(fn_name: *const c_char, milliseconds:i32); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/canvas.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_canvas_get_context(target: *const c_char) -> u32; [INFO] [stdout] 14 | | fn wasmblock_canvas_set_fill_style(ctx: u32, style: *const c_char); [INFO] [stdout] 15 | | fn wasmblock_canvas_set_fill_style_color(ctx: u32, r: u8, g: u8, b: u8, a: f32); [INFO] [stdout] 16 | | fn wasmblock_canvas_fill_rect(ctx: u32, x:f32,y:f32,width:f32,height:f32); [INFO] [stdout] 17 | | fn wasmblock_canvas_put_image_data(ctx: u32, pixelPtr: *const u8, pixelLength: u32, x:i32,y:i32,width:i32,height:i32); [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/random.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / extern { [INFO] [stdout] 2 | | fn wasmblock_random_get_seed() -> f32; [INFO] [stdout] 3 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wasmblock`. [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] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/console.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_console_log(msg: *const c_char); [INFO] [stdout] 14 | | fn wasmblock_console_error(msg: *const c_char); [INFO] [stdout] 15 | | fn wasmblock_console_info(msg: *const c_char); [INFO] [stdout] ... | [INFO] [stdout] 19 | | fn wasmblock_console_time_end(); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/dom.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_dom_create_element(targetPtr: *const c_char,elPtr: *const c_char, idPtr: *const c_char); [INFO] [stdout] 14 | | fn wasmblock_dom_set_attribute(targetPtr: *const c_char,attrPtr: *const c_char,valPtr: *const c_char); [INFO] [stdout] 15 | | fn wasmblock_dom_set_inner_html(targetPtr: *const c_char,htmlPtr: *const c_char); [INFO] [stdout] 16 | | fn wasmblock_dom_add_event_listener(targetPtr: *const c_char,eventPtr: *const c_char,callbackPtr: *const c_char); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/timing.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_timing_request_animation_frame(fn_name: *const c_char); [INFO] [stdout] 14 | | fn wasmblock_timing_set_timeout(fn_name: *const c_char, milliseconds:i32); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/canvas.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | / extern { [INFO] [stdout] 13 | | fn wasmblock_canvas_get_context(target: *const c_char) -> u32; [INFO] [stdout] 14 | | fn wasmblock_canvas_set_fill_style(ctx: u32, style: *const c_char); [INFO] [stdout] 15 | | fn wasmblock_canvas_set_fill_style_color(ctx: u32, r: u8, g: u8, b: u8, a: f32); [INFO] [stdout] 16 | | fn wasmblock_canvas_fill_rect(ctx: u32, x:f32,y:f32,width:f32,height:f32); [INFO] [stdout] 17 | | fn wasmblock_canvas_put_image_data(ctx: u32, pixelPtr: *const u8, pixelLength: u32, x:i32,y:i32,width:i32,height:i32); [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/random.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / extern { [INFO] [stdout] 2 | | fn wasmblock_random_get_seed() -> f32; [INFO] [stdout] 3 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d2f37d7924107d676a3cec0148ab568e0ec40ab615502de6511190ff7f706a57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2f37d7924107d676a3cec0148ab568e0ec40ab615502de6511190ff7f706a57", kill_on_drop: false }` [INFO] [stdout] d2f37d7924107d676a3cec0148ab568e0ec40ab615502de6511190ff7f706a57