[INFO] updating cached repository https://github.com/kpcyrd/narnia [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] 9763fdb1fe5ce809e6a49432fba5b8a736ac06d7 [INFO] testing kpcyrd/narnia against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkpcyrd%2Fnarnia" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kpcyrd/narnia 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/kpcyrd/narnia [INFO] finished tweaking git repo https://github.com/kpcyrd/narnia [INFO] tweaked toml for git repo https://github.com/kpcyrd/narnia written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/kpcyrd/narnia 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] f8dfdb06d940d4620a5f154a864be688e52ff6dfd2cde4caf85f84b223874946 [INFO] running `"docker" "start" "-a" "f8dfdb06d940d4620a5f154a864be688e52ff6dfd2cde4caf85f84b223874946"` [INFO] [stderr] Compiling netbuf v0.4.0 [INFO] [stderr] Compiling serde v1.0.27 [INFO] [stderr] Compiling sha1 v0.4.0 [INFO] [stderr] Compiling httpdate v0.3.1 [INFO] [stderr] Compiling termcolor v0.3.5 [INFO] [stderr] Compiling reduce v0.1.1 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling seccomp-sys v0.1.2 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling uuid v0.6.1 [INFO] [stderr] Compiling tokio-io v0.1.5 [INFO] [stderr] Compiling mio v0.6.13 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling tk-bufstream v0.3.0 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling tk-sendfile v0.4.0 [INFO] [stderr] Compiling tk-listen v0.1.1 [INFO] [stderr] Compiling env_logger v0.5.4 [INFO] [stderr] Compiling tk-http v0.3.8 [INFO] [stderr] Compiling bincode v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling ipc-channel v0.10.0 [INFO] [stderr] Compiling narnia v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | foreign_links { [INFO] [stderr] 25 | | Io(std::io::Error); [INFO] [stderr] 26 | | AddrParse(std::net::AddrParseError); [INFO] [stderr] 27 | | Toml(toml::de::Error); [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / error_chain! { [INFO] [stderr] 24 | | foreign_links { [INFO] [stderr] 25 | | Io(std::io::Error); [INFO] [stderr] 26 | | AddrParse(std::net::AddrParseError); [INFO] [stderr] 27 | | Toml(toml::de::Error); [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.narnia.4mvj8x7j-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf" "/opt/rustwide/target/debug/deps/narnia-83ede6d8217824bf.1vm1oq6eq7dyv1ah.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-0c252aabeefdcf47/out/.libs" "-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/libnarnia-17044f255c520518.rlib" "/opt/rustwide/target/debug/deps/libseccomp_sys-b013336e73060e9c.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-a0b50018bfa98cea.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-fe41c00e5f7a53a6.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-0c45051c4025e0c9.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-354c5009d379597d.rlib" "/opt/rustwide/target/debug/deps/libtoml-6d8920f431e76cff.rlib" "/opt/rustwide/target/debug/deps/libreduce-cdaef71d92784781.rlib" "/opt/rustwide/target/debug/deps/libserde_json-44f2e475562985f0.rlib" "/opt/rustwide/target/debug/deps/libdtoa-8cfec12df2f480de.rlib" "/opt/rustwide/target/debug/deps/libitoa-321010a2e51665ad.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-855965be66ebed30.rlib" "/opt/rustwide/target/debug/deps/libclap-3a09b33a40753314.rlib" "/opt/rustwide/target/debug/deps/libvec_map-0a9fdf468224ebba.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-c6768d2384b56552.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6650fb1e4e588dd9.rlib" "/opt/rustwide/target/debug/deps/libstrsim-421bb410b122b449.rlib" "/opt/rustwide/target/debug/deps/libbitflags-78d40378678c0318.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "/opt/rustwide/target/debug/deps/libipc_channel-e34716ecce6c0aa3.rlib" "/opt/rustwide/target/debug/deps/libfnv-51dd7c2b44b560c1.rlib" "/opt/rustwide/target/debug/deps/librand-d062962cc7fbad71.rlib" "/opt/rustwide/target/debug/deps/libbincode-d3d8d4dd14f6a704.rlib" "/opt/rustwide/target/debug/deps/libserde-cec0f777b228407f.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-d44319ae7de27da8.rlib" "/opt/rustwide/target/debug/deps/libregex-841775cdba3bb975.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-86775fe092f13c3c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d7d5b9ed89182acb.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1094423fa9ae9a67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f69fda666eb6bd97.rlib" "/opt/rustwide/target/debug/deps/libunreachable-9d959cf12cfcd404.rlib" "/opt/rustwide/target/debug/deps/libvoid-4c8c16f792843a81.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-982448f077333e7e.rlib" "/opt/rustwide/target/debug/deps/libmemchr-cccfb513aa9e7381.rlib" "/opt/rustwide/target/debug/deps/libatty-4dad0dd9c8e6589d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a904bd86fb25b218.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-ea02e8de55474ed2.rlib" "/opt/rustwide/target/debug/deps/libtk_listen-68fa2669790f5769.rlib" "/opt/rustwide/target/debug/deps/libtk_http-3cf48cf1d27c3549.rlib" "/opt/rustwide/target/debug/deps/libtk_sendfile-c55e159f68023aed.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-fb26fe470924af68.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-71fc7e5888c8aa3c.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-c98cc2fe2508cd1c.rlib" "/opt/rustwide/target/debug/deps/libquick_error-2f4744889839a61a.rlib" "/opt/rustwide/target/debug/deps/libtk_bufstream-18b518da0bb81af9.rlib" "/opt/rustwide/target/debug/deps/libnetbuf-42ee6232d1715a6f.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-4577b64cbc706b78.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-9d89765b92431107.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-9f7f456ace317c69.rlib" "/opt/rustwide/target/debug/deps/libslab-0fadb2fa6f3746e9.rlib" "/opt/rustwide/target/debug/deps/libmio-d9d4b9c9740d6a76.rlib" "/opt/rustwide/target/debug/deps/libslab-85363078315596ee.rlib" "/opt/rustwide/target/debug/deps/liblog-d9f98a6ac558463e.rlib" "/opt/rustwide/target/debug/deps/liblog-453574f982311c97.rlib" "/opt/rustwide/target/debug/deps/libnet2-c9cf6b530f35c5a6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ee321c1d811ce804.rlib" "/opt/rustwide/target/debug/deps/liblazycell-9034ffe2565795ff.rlib" "/opt/rustwide/target/debug/deps/libbytes-d17a7b8077ef19c9.rlib" "/opt/rustwide/target/debug/deps/libiovec-f6f94cbad1ed98a3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c27a5b408f9e1203.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e69b313e3b8f04fe.rlib" "/opt/rustwide/target/debug/deps/librand-5d3bebec35ca1d7a.rlib" "/opt/rustwide/target/debug/deps/liblibc-fae708967ceba546.rlib" "/opt/rustwide/target/debug/deps/libsha1-a0707aa5ef54e7e6.rlib" "/opt/rustwide/target/debug/deps/liburl-ffeae185dc554ceb.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-fcbc0aacafd7e54d.rlib" "/opt/rustwide/target/debug/deps/libidna-24887bd7df351a77.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-11bd163d0234cc82.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-dd86de6ca6cf532d.rlib" "/opt/rustwide/target/debug/deps/libmatches-ae403e3a30be5fbc.rlib" "/opt/rustwide/target/debug/deps/libfutures-49ff641db58c0f77.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" "-lseccomp" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lseccomp [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 `narnia`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f8dfdb06d940d4620a5f154a864be688e52ff6dfd2cde4caf85f84b223874946"` [INFO] running `"docker" "rm" "-f" "f8dfdb06d940d4620a5f154a864be688e52ff6dfd2cde4caf85f84b223874946"` [INFO] [stdout] f8dfdb06d940d4620a5f154a864be688e52ff6dfd2cde4caf85f84b223874946