[INFO] updating cached repository https://github.com/flyingcircusio/userscan [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 10b37f4d77662c26d7a9030ed28ed7bae259801c [INFO] testing flyingcircusio/userscan against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflyingcircusio%2Fuserscan" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/flyingcircusio/userscan on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/flyingcircusio/userscan [INFO] finished tweaking git repo https://github.com/flyingcircusio/userscan [INFO] tweaked toml for git repo https://github.com/flyingcircusio/userscan written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/flyingcircusio/userscan already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 315b7d6b2b98466f685c3ceb9d0c4ff05411a17656a66e9c2cb0a67bda18e364 [INFO] running `"docker" "start" "-a" "315b7d6b2b98466f685c3ceb9d0c4ff05411a17656a66e9c2cb0a67bda18e364"` [INFO] [stderr] Compiling cc v1.0.32 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling bytesize v1.0.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling colored v1.7.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling minilzo-sys v0.1.0 [INFO] [stderr] Compiling users v0.8.1 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling libflate v0.1.21 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling minilzo v0.2.0 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling crossbeam-deque v0.5.2 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.5.1 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling globset v0.4.2 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling ignore v0.4.6 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling fc-userscan v0.4.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/output.rs:74:45 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn write_store_paths(&self, w: &mut Write, sp: &StorePaths) -> io::Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/storepaths/mod.rs:73:43 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn iter_refs<'a>(&'a self) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/walk.rs:29:64 [INFO] [stderr] | [INFO] [stderr] 29 | fn create(app: &App, stats: &mut Statistics, gcroots: &mut Register) -> Result { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Register` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/walk.rs:101:47 [INFO] [stderr] | [INFO] [stderr] 101 | pub fn spawn_threads(app: &App, gcroots: &mut Register) -> Result { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Register` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:113:37 [INFO] [stderr] | [INFO] [stderr] 113 | fn gcroots(&self) -> Result> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Register` [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.fc_userscan.44zw70yc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6" "/opt/rustwide/target/debug/deps/fc_userscan-3a860ab6da41feb6.251yjjynjorpm1e7.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-a558e5a654104f41/out" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-eae156c867edd42e/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcrossbeam-a58a40bb7a05d95f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-1fe0c1afae52b101.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-0e0ba12e7d83db49.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-1e6262a3a3392b35.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-422ed4a14e47dfc1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-7b15ef96d5e1ce67.rlib" "/opt/rustwide/target/debug/deps/liblock_api-21a536805cd3cce5.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-cd6ee999def56cce.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-476245fd14e4db6b.rlib" "/opt/rustwide/target/debug/deps/librand-f6165a7fd03f6cd5.rlib" "/opt/rustwide/target/debug/deps/librand_core-355fd1b7bcd43737.rlib" "/opt/rustwide/target/debug/deps/librand_core-bcfcf7c2a1d9c9e3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9983f04987696ffa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7b38dcebdf9111bd.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d24109de20616f8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-eb3783781a55ffc1.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-7eedab7f8bfec471.rlib" "/opt/rustwide/target/debug/deps/libnodrop-0ca5cda255c03c42.rlib" "/opt/rustwide/target/debug/deps/libtwoway-c573856fa8c12906.rlib" "/opt/rustwide/target/debug/deps/libmemmap-b741b6aeb3592e4e.rlib" "/opt/rustwide/target/debug/deps/libzip-0d1f7c6512115313.rlib" "/opt/rustwide/target/debug/deps/libpodio-bed6edfcdd5f3d02.rlib" "/opt/rustwide/target/debug/deps/liblibflate-dcd1551c7eb57046.rlib" "/opt/rustwide/target/debug/deps/libadler32-2b2d9f2ac243fcce.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-f2202ee73444ba6e.rlib" "/opt/rustwide/target/debug/deps/libbzip2-d0005f888930c91e.rlib" "/opt/rustwide/target/debug/deps/libbzip2_sys-75d179aa47c13317.rlib" "/opt/rustwide/target/debug/deps/libusers-503e6803b999f4c3.rlib" "/opt/rustwide/target/debug/deps/libstructopt-fce044e330d7993a.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-597d59f5c9f24013.rlib" "/opt/rustwide/target/debug/deps/libserde-0637a9c3c639f6ed.rlib" "/opt/rustwide/target/debug/deps/librmp-ba87f9a7624d1475.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9c00a5e6678d4995.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-3ef1f6ebaa6479a4.rlib" "/opt/rustwide/target/debug/deps/libnix-7fc5c3677b82ad98.rlib" "/opt/rustwide/target/debug/deps/libvoid-4c8c16f792843a81.rlib" "/opt/rustwide/target/debug/deps/libminilzo-7218e16aa327bea4.rlib" "/opt/rustwide/target/debug/deps/libminilzo_sys-5da2a898e550f97f.rlib" "/opt/rustwide/target/debug/deps/libignore-739816b6a8ec475b.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-569fd9294e4514ba.rlib" "/opt/rustwide/target/debug/deps/libsame_file-a7d9ea95cceb022e.rlib" "/opt/rustwide/target/debug/deps/libglobset-c3bbed59cdc3416e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-9a438d826b93789b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-cfaeb06d11ba9748.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c33fca46ec09f82b.rlib" "/opt/rustwide/target/debug/deps/libfnv-51dd7c2b44b560c1.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-07b71451a2dd366c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-42296b570582c789.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1d74f897ae53d3b2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-43b7030cf60de6c0.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-2bf9e7171219b16d.rlib" "/opt/rustwide/target/debug/deps/libregex-923a3d68e874c333.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-2ecf85411342b9e6.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0c78b660ee6bd8f9.rlib" "/opt/rustwide/target/debug/deps/libucd_util-ec7183aabf6d89af.rlib" "/opt/rustwide/target/debug/deps/libthread_local-3f52f19a2d8c95b9.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5d09202c1fc545d8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-855a308548036746.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a22e1d922802fc5e.rlib" "/opt/rustwide/target/debug/deps/libquick_error-f5a43a4ceb9b7953.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9506b701a8b5aae5.rlib" "/opt/rustwide/target/debug/deps/liblog-000bbfa0f16744c3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d370f336a6df3de2.rlib" "/opt/rustwide/target/debug/deps/libcolored-d777a8f65cc50a6e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-806f5cf8273b470a.rlib" "/opt/rustwide/target/debug/deps/libclap-5e0ec32485120e33.rlib" "/opt/rustwide/target/debug/deps/libvec_map-430eebd9ad766441.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-eb5bf2f0ae7d4853.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-efcaf7621463ca26.rlib" "/opt/rustwide/target/debug/deps/libterm_size-cfb4581911a1b759.rlib" "/opt/rustwide/target/debug/deps/libstrsim-421bb410b122b449.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ac824a210725bad3.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "/opt/rustwide/target/debug/deps/libchrono-adeb4d22ad60aa2a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0f2927250bc1c8e7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb412cedb055b888.rlib" "/opt/rustwide/target/debug/deps/libtime-ad86fd88598824df.rlib" "/opt/rustwide/target/debug/deps/libbytesize-0fb8a70cca18fcbb.rlib" "/opt/rustwide/target/debug/deps/libatty-c0a828bda41b8c39.rlib" "/opt/rustwide/target/debug/deps/liblibc-9b6f9d9905cd1273.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-llzo2" "-llzo2" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `fc-userscan`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "315b7d6b2b98466f685c3ceb9d0c4ff05411a17656a66e9c2cb0a67bda18e364"` [INFO] running `"docker" "rm" "-f" "315b7d6b2b98466f685c3ceb9d0c4ff05411a17656a66e9c2cb0a67bda18e364"` [INFO] [stdout] 315b7d6b2b98466f685c3ceb9d0c4ff05411a17656a66e9c2cb0a67bda18e364