[INFO] updating cached repository https://github.com/y2kappa/Rust-Profiler [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bb8ba16affd8e2fbdffc9efeabbf19cee9573d80 [INFO] testing y2kappa/Rust-Profiler against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fy2kappa%2FRust-Profiler" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/y2kappa/Rust-Profiler on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/y2kappa/Rust-Profiler [INFO] finished tweaking git repo https://github.com/y2kappa/Rust-Profiler [INFO] tweaked toml for git repo https://github.com/y2kappa/Rust-Profiler written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/y2kappa/Rust-Profiler already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 36642937875f4a4da25ad1096c6d1a6890875ec3973b217503fe11d7de9a0d87 [INFO] running `"docker" "start" "-a" "36642937875f4a4da25ad1096c6d1a6890875ec3973b217503fe11d7de9a0d87"` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling sysinfo v0.9.5 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling profiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> build.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] warning: unused imports: `thread`, `time` [INFO] [stderr] --> src/main.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use std::{thread, time}; [INFO] [stderr] | ^^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Datelike` [INFO] [stderr] --> src/main.rs:8:14 [INFO] [stderr] | [INFO] [stderr] 8 | use chrono::{Datelike, Timelike, Utc}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.profiler.es4js57w-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82" "/opt/rustwide/target/debug/deps/profiler-365641aa1ee79d82.4xsxjxa1uuzt5wpg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/Users/sanchez/Projects/rust/profiler" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lmem" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchrono-7fd7ad0e29f3dc5c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b1822a762b90b6f6.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b699ef283b46a082.rlib" "/opt/rustwide/target/debug/deps/libtime-1f55cb6c71929eee.rlib" "/opt/rustwide/target/debug/deps/libsysinfo-c5a2e809c37774bd.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-e5c129b4fed30d7c.rlib" "/opt/rustwide/target/debug/deps/librayon-6bc484bd07d60553.rlib" "/opt/rustwide/target/debug/deps/librayon_core-202024d994684ff2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a6cdad2ede0b59b7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d51df0d50a7ea7d8.rlib" "/opt/rustwide/target/debug/deps/libeither-cff84f8b68f2fd0c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-af73a3919234cd6d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b3513afbb647ec07.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-0758138e43cb346e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-97c3ee69c13fdbe0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-54563df97b6f8753.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4c71ca4bf62a04c2.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-d92bd22b2e9223a3.rlib" "/opt/rustwide/target/debug/deps/libnodrop-5ad442d5e5574442.rlib" "/opt/rustwide/target/debug/deps/liblibc-b76f1d2c7b3c9fad.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e7b4b0840452928.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmem [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `profiler`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "36642937875f4a4da25ad1096c6d1a6890875ec3973b217503fe11d7de9a0d87"` [INFO] running `"docker" "rm" "-f" "36642937875f4a4da25ad1096c6d1a6890875ec3973b217503fe11d7de9a0d87"` [INFO] [stdout] 36642937875f4a4da25ad1096c6d1a6890875ec3973b217503fe11d7de9a0d87