[INFO] cloning repository https://github.com/jvns/ruby-mem-watcher-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jvns/ruby-mem-watcher-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvns%2Fruby-mem-watcher-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvns%2Fruby-mem-watcher-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6470107282b5734c12196787c8f915c35691299 [INFO] testing jvns/ruby-mem-watcher-demo against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvns%2Fruby-mem-watcher-demo" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jvns/ruby-mem-watcher-demo on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jvns/ruby-mem-watcher-demo [INFO] finished tweaking git repo https://github.com/jvns/ruby-mem-watcher-demo [INFO] tweaked toml for git repo https://github.com/jvns/ruby-mem-watcher-demo written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/jvns/ruby-mem-watcher-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbcfec0bc02b3123154353c9a546c512d494f563835e308545182f98fcd68d06 [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" "dbcfec0bc02b3123154353c9a546c512d494f563835e308545182f98fcd68d06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbcfec0bc02b3123154353c9a546c512d494f563835e308545182f98fcd68d06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbcfec0bc02b3123154353c9a546c512d494f563835e308545182f98fcd68d06", kill_on_drop: false }` [INFO] [stdout] dbcfec0bc02b3123154353c9a546c512d494f563835e308545182f98fcd68d06 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c31f75a46954ee078f8f8c83017b32085db61c73519c803349b3491df57f166a [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" "c31f75a46954ee078f8f8c83017b32085db61c73519c803349b3491df57f166a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling clang-sys v0.21.1 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling elf v0.0.10 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling which v1.0.3 [INFO] [stderr] Compiling read-process-memory v0.1.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling cexpr v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling bcc-sys v0.4.0 [INFO] [stderr] Compiling bcc v0.0.1 [INFO] [stderr] Compiling ruby-fork-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around method argument [INFO] [stdout] --> src/proc_maps.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | maps.iter().any({ |map| map.contains_addr(addr) }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/bin/count-ruby-allocs.rs:138:29 [INFO] [stdout] | [INFO] [stdout] 138 | let name = name.trim_right_matches("\0"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/count-ruby-allocs.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let mut out = f(ptr); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.count_ruby_allocs.f20jafyg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604" "/opt/rustwide/target/debug/deps/count_ruby_allocs-bc0e1e125295c604.1hhye3z00n1dqn3i.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-a06dcd3f3233af11/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libruby_fork_test-ceab3b54ef2d204c.rlib" "/opt/rustwide/target/debug/deps/libbcc-d0400a677153e789.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-589ceaf825b4f9ec.rlib" "/opt/rustwide/target/debug/deps/libbcc_sys-b403aa32554995c4.rlib" "/opt/rustwide/target/debug/deps/libfailure-3618530fad469593.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-8ed9ad07fc341712.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-2a95329f1a64e713.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0e473ac89e0df59a.rlib" "/opt/rustwide/target/debug/deps/libelf-b942a0cf9a0a59bd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b75c165152fc07ab.rlib" "/opt/rustwide/target/debug/deps/libread_process_memory-2ba778640b935d1e.rlib" "/opt/rustwide/target/debug/deps/liblibc-828b3fef0326b037.rlib" "/opt/rustwide/target/debug/deps/liblog-4914f7aced6da15a.rlib" "/opt/rustwide/target/debug/deps/liblog-38e49889e2943a68.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-eb5ecedec54aa001.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lbcc" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lbcc [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ruby-fork-test` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "c31f75a46954ee078f8f8c83017b32085db61c73519c803349b3491df57f166a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c31f75a46954ee078f8f8c83017b32085db61c73519c803349b3491df57f166a", kill_on_drop: false }` [INFO] [stdout] c31f75a46954ee078f8f8c83017b32085db61c73519c803349b3491df57f166a