[INFO] cloning repository https://github.com/cpollet/fs2cloud [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cpollet/fs2cloud" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpollet%2Ffs2cloud", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpollet%2Ffs2cloud'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8afa75877299f8f579179112ea8adf6a93bbe045 [INFO] checking cpollet/fs2cloud against try#590af02d982816cfb2e4e43f8c54065e816581ce for pr-111505 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcpollet%2Ffs2cloud" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cpollet/fs2cloud on toolchain 590af02d982816cfb2e4e43f8c54065e816581ce [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+590af02d982816cfb2e4e43f8c54065e816581ce" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cpollet/fs2cloud [INFO] finished tweaking git repo https://github.com/cpollet/fs2cloud [INFO] tweaked toml for git repo https://github.com/cpollet/fs2cloud written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cpollet/fs2cloud already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+590af02d982816cfb2e4e43f8c54065e816581ce" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+590af02d982816cfb2e4e43f8c54065e816581ce" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7ac84cedf5e2dd9f740d8a4e46f08faf56a3bcccc543623a388e6e6b6247199 [INFO] running `Command { std: "docker" "start" "-a" "e7ac84cedf5e2dd9f740d8a4e46f08faf56a3bcccc543623a388e6e6b6247199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7ac84cedf5e2dd9f740d8a4e46f08faf56a3bcccc543623a388e6e6b6247199", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7ac84cedf5e2dd9f740d8a4e46f08faf56a3bcccc543623a388e6e6b6247199", kill_on_drop: false }` [INFO] [stdout] e7ac84cedf5e2dd9f740d8a4e46f08faf56a3bcccc543623a388e6e6b6247199 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+590af02d982816cfb2e4e43f8c54065e816581ce" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22b14fd55ea3380ae211c64a09321b1873f92778e40de150c23676ebf137bce0 [INFO] running `Command { std: "docker" "start" "-a" "22b14fd55ea3380ae211c64a09321b1873f92778e40de150c23676ebf137bce0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Compiling semver v1.0.14 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking futures-sink v0.3.25 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking socket2 v0.4.7 [INFO] [stderr] Checking mio v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Checking bytes-utils v0.1.3 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking rustls-pemfile v1.0.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling openssl-sys v0.9.74 [INFO] [stderr] Compiling aws-types v0.51.0 [INFO] [stderr] Checking rustls-native-certs v0.6.2 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling clang-sys v1.3.3 [INFO] [stderr] Checking zeroize v1.5.7 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling bindgen v0.57.0 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking aws-smithy-types v0.51.0 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling openssl v0.10.40 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking aws-smithy-eventstream v0.51.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling libsqlite3-sys v0.23.2 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling string_cache v0.8.4 [INFO] [stderr] Compiling petgraph v0.6.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling crc32c v0.6.3 [INFO] [stderr] Checking hashlink v0.7.0 [INFO] [stderr] Checking hashbrown v0.12.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking xmlparser v0.13.5 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Compiling lalrpop-util v0.19.8 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Checking ordered-multimap v0.4.3 [INFO] [stderr] Checking aws-smithy-xml v0.51.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking os_str_bytes v6.1.0 [INFO] [stderr] Compiling lalrpop v0.19.8 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking urlencoding v2.1.2 [INFO] [stderr] Checking wildmatch v2.1.0 [INFO] [stderr] Checking xml-rs v0.8.4 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking aws-smithy-query v0.51.0 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking rust-ini v0.18.0 [INFO] [stderr] Checking bzip2 v0.4.3 [INFO] [stderr] Checking sha1 v0.10.4 [INFO] [stderr] Checking aws-smithy-json v0.51.0 [INFO] [stderr] Checking md-5 v0.10.4 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking scheduled-thread-pool v0.2.6 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling fuser v0.11.1 [INFO] [stderr] Checking iana-time-zone v0.1.53 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking r2d2 v0.8.10 [INFO] [stderr] Checking buffered-reader v1.1.2 [INFO] [stderr] Checking sha1collisiondetection v0.2.5 [INFO] [stderr] Checking chrono v0.4.22 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking clap v3.1.18 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking filetime v0.2.18 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking xattr v0.2.3 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking memsec v0.6.2 [INFO] [stderr] Checking utf8-width v0.1.6 [INFO] [stderr] Checking xxhash-rust v0.8.5 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking dyn-clone v1.0.5 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking byte-unit v4.0.14 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking tar v0.4.38 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking globset v0.4.9 [INFO] [stderr] Checking uuid v1.1.1 [INFO] [stderr] Checking chrono-humanize v0.2.2 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling zerocopy-derive v0.3.1 [INFO] [stderr] Compiling maybe-async v0.2.6 [INFO] [stderr] Checking clap_complete v3.1.4 [INFO] [stderr] error: could not compile `bindgen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/590af02d982816cfb2e4e43f8c54065e816581ce/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.57.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=0 --cfg 'feature="runtime"' -C metadata=71d4d39323f71588 -C extra-filename=-71d4d39323f71588 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-9334786e265b8321.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-d08308658f564c89.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-fb25b201bf94b2c7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-7e4f2b5e1cc2a349.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-ceb6d61e3f3ab9da.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/deps/libpeeking_take_while-086d4a23e2ef6611.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-9b8446e29e79389d.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-240e2a25714b6614.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-494645e4ee18ae0b.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-9d98f89d3aebb0f3.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-c26861cd07cde0ce.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "22b14fd55ea3380ae211c64a09321b1873f92778e40de150c23676ebf137bce0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22b14fd55ea3380ae211c64a09321b1873f92778e40de150c23676ebf137bce0", kill_on_drop: false }` [INFO] [stdout] 22b14fd55ea3380ae211c64a09321b1873f92778e40de150c23676ebf137bce0