[INFO] cloning repository https://github.com/duanjiong/redbpf-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duanjiong/redbpf-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduanjiong%2Fredbpf-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduanjiong%2Fredbpf-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ca294c534153b0e0c5da0e7e6bfa58c7a0c21002 [INFO] testing duanjiong/redbpf-example against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduanjiong%2Fredbpf-example" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/duanjiong/redbpf-example on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/duanjiong/redbpf-example [INFO] finished tweaking git repo https://github.com/duanjiong/redbpf-example [INFO] tweaked toml for git repo https://github.com/duanjiong/redbpf-example written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/duanjiong/redbpf-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c821ffe54a659f20d3c20733301ee6607c3cc71381ab62c650511547cfd44ad8 [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" "c821ffe54a659f20d3c20733301ee6607c3cc71381ab62c650511547cfd44ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c821ffe54a659f20d3c20733301ee6607c3cc71381ab62c650511547cfd44ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c821ffe54a659f20d3c20733301ee6607c3cc71381ab62c650511547cfd44ad8", kill_on_drop: false }` [INFO] [stdout] c821ffe54a659f20d3c20733301ee6607c3cc71381ab62c650511547cfd44ad8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "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] cf3e712c8df86aa74fae927a51f02c9d13934521b15e98c109802316e8f8af5b [INFO] running `Command { std: "docker" "start" "-a" "cf3e712c8df86aa74fae927a51f02c9d13934521b15e98c109802316e8f8af5b", kill_on_drop: false }` [INFO] [stderr] Compiling bindgen v0.59.1 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling ufmt-write v0.1.0 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling clang-sys v1.2.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling libloading v0.7.1 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling combine v4.6.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling ufmt-macros v0.1.1 [INFO] [stderr] Compiling scroll_derive v0.10.5 [INFO] [stderr] Compiling tokio-macros v1.5.0 [INFO] [stderr] Compiling llvm-sys v120.2.1 [INFO] [stderr] Compiling redbpf-macros v2.0.2 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling ufmt v0.1.0 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling cexpr v0.5.0 [INFO] [stderr] Compiling goblin v0.4.3 [INFO] [stdout] error: could not find native static library `Polly`, perhaps an -L flag is missing? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `llvm-sys` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cf3e712c8df86aa74fae927a51f02c9d13934521b15e98c109802316e8f8af5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf3e712c8df86aa74fae927a51f02c9d13934521b15e98c109802316e8f8af5b", kill_on_drop: false }` [INFO] [stdout] cf3e712c8df86aa74fae927a51f02c9d13934521b15e98c109802316e8f8af5b