[INFO] cloning repository https://github.com/tensor-programming/experimental [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tensor-programming/experimental" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftensor-programming%2Fexperimental", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftensor-programming%2Fexperimental'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76a167d822f905673a5e45f2b3e76bd68f0a7659 [INFO] checking tensor-programming/experimental against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftensor-programming%2Fexperimental" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tensor-programming/experimental on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tensor-programming/experimental [INFO] finished tweaking git repo https://github.com/tensor-programming/experimental [INFO] tweaked toml for git repo https://github.com/tensor-programming/experimental written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/tensor-programming/experimental already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bindgen v0.51.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", 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] 627a3220b65daf15ba2c86ac2f01f42212deaca4322aabd1389def8b5332aff8 [INFO] running `Command { std: "docker" "start" "-a" "627a3220b65daf15ba2c86ac2f01f42212deaca4322aabd1389def8b5332aff8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "627a3220b65daf15ba2c86ac2f01f42212deaca4322aabd1389def8b5332aff8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "627a3220b65daf15ba2c86ac2f01f42212deaca4322aabd1389def8b5332aff8", kill_on_drop: false }` [INFO] [stdout] 627a3220b65daf15ba2c86ac2f01f42212deaca4322aabd1389def8b5332aff8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62f73e934ff4952f77118f887f1512630646e1e0dd62e7ff65a6cbf57c818a79 [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" "62f73e934ff4952f77118f887f1512630646e1e0dd62e7ff65a6cbf57c818a79", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling cc v1.0.42 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bindgen v0.51.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Checking arrayvec v0.4.11 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking raw-window-handle v0.1.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Compiling proc-macro-hack v0.4.2 [INFO] [stderr] Checking x11-dl v2.18.4 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Compiling wayland-scanner v0.23.5 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.23.5 [INFO] [stderr] Compiling backtrace v0.3.37 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling wayland-client v0.23.5 [INFO] [stderr] Compiling wayland-protocols v0.23.5 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking wayland-commons v0.23.5 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling include_dir_impl v0.2.1 [INFO] [stderr] Checking include_dir v0.2.1 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha3 [INFO] [stderr] Compiling webview-sys v0.1.0 (/opt/rustwide/workdir/sys) [INFO] [stderr] Compiling webview_api v0.1.0 (/opt/rustwide/workdir/api) [INFO] [stdout] warning: unused import: `std::process::Command` [INFO] [stdout] --> api/build.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::process::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `webview_api v0.1.0 (/opt/rustwide/workdir/api)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/webview_api-76886dce4ec02e22/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'unsupported platform', api/build.rs:9:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55612dc59130 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x55612dc59130 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55612dc59130 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55612dc59130 - ::fmt::h767e17e1aa7df6a8 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x55612dc7360f - core::fmt::write::h7aa6cd0067dca82a [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/core/src/fmt/mod.rs:1094:17 [INFO] [stderr] 5: 0x55612dc57935 - std::io::Write::write_fmt::h4c802b6f761026c1 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/io/mod.rs:1584:15 [INFO] [stderr] 6: 0x55612dc5ad9b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55612dc5ad9b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55612dc5ad9b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x55612dc5a871 - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x55612dc5b3b0 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panicking.rs:625:17 [INFO] [stderr] 11: 0x55612dc496b3 - std::panicking::begin_panic::{{closure}}::hbd0d6be5eb8ee0b7 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panicking.rs:542:9 [INFO] [stderr] 12: 0x55612dc486a9 - std::sys_common::backtrace::__rust_end_short_backtrace::h7635ab328b64fba4 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x55612dc495e9 - std::panicking::begin_panic::h95caf3d03fe9366c [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panicking.rs:541:12 [INFO] [stderr] 14: 0x55612dc47ed2 - build_script_build::main::hdde17f2dc51fc608 [INFO] [stderr] at /opt/rustwide/workdir/api/build.rs:9:9 [INFO] [stderr] 15: 0x55612dc47f6b - core::ops::function::FnOnce::call_once::ha6419144b3aa942b [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 16: 0x55612dc484be - std::sys_common::backtrace::__rust_begin_short_backtrace::hec56931901abf2e4 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 17: 0x55612dc48211 - std::rt::lang_start::{{closure}}::h989ce39e5a8bb006 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/rt.rs:49:18 [INFO] [stderr] 18: 0x55612dc5b7ea - core::ops::function::impls:: for &F>::call_once::h04259e4a34d07c2f [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 19: 0x55612dc5b7ea - std::panicking::try::do_call::hb8da45704d5cfbbf [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panicking.rs:401:40 [INFO] [stderr] 20: 0x55612dc5b7ea - std::panicking::try::h4beadc19a78fec52 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panicking.rs:365:19 [INFO] [stderr] 21: 0x55612dc5b7ea - std::panic::catch_unwind::hc58016cd36ba81a4 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/panic.rs:433:14 [INFO] [stderr] 22: 0x55612dc5b7ea - std::rt::lang_start_internal::hc51399759a90501a [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/rt.rs:34:21 [INFO] [stderr] 23: 0x55612dc481f0 - std::rt::lang_start::h80f0ba2c4c9e79b1 [INFO] [stderr] at /rustc/3bb2879ea9e58d65b875f9a98df44f4a43ce2597/library/std/src/rt.rs:48:5 [INFO] [stderr] 24: 0x55612dc47f2c - main [INFO] [stderr] 25: 0x7f80983d10b3 - __libc_start_main [INFO] [stderr] 26: 0x55612dc4751e - _start [INFO] [stderr] 27: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "62f73e934ff4952f77118f887f1512630646e1e0dd62e7ff65a6cbf57c818a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62f73e934ff4952f77118f887f1512630646e1e0dd62e7ff65a6cbf57c818a79", kill_on_drop: false }` [INFO] [stdout] 62f73e934ff4952f77118f887f1512630646e1e0dd62e7ff65a6cbf57c818a79