[INFO] cloning repository https://github.com/cardozoqsantiago/RustRedis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cardozoqsantiago/RustRedis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcardozoqsantiago%2FRustRedis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcardozoqsantiago%2FRustRedis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6e86634290ca7ec52935c94609203fba7477653
[INFO] checking cardozoqsantiago/RustRedis against bd72bf234a6bb5da5aa1550a318f391e3fbad54f for pr-161319
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcardozoqsantiago%2FRustRedis" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cardozoqsantiago/RustRedis
[INFO] finished tweaking git repo https://github.com/cardozoqsantiago/RustRedis
[INFO] tweaked toml for git repo https://github.com/cardozoqsantiago/RustRedis written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cardozoqsantiago/RustRedis on toolchain bd72bf234a6bb5da5aa1550a318f391e3fbad54f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cardozoqsantiago/RustRedis already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60
[INFO] running `Command { std: "docker" "start" "c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60" "/opt/rustwide/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60" "/opt/rustwide/cargo-home/bin/cargo" "+bd72bf234a6bb5da5aa1550a318f391e3fbad54f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling libc v0.2.118
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]     Checking pin-project-lite v0.2.8
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling pin-project-internal v0.4.29
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking lock_api v0.4.6
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking http v0.2.6
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking tracing-core v0.1.22
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking linked-hash-map v0.5.4
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.3
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking tracing v0.1.31
[INFO] [stderr]     Checking alloc-stdlib v0.2.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]    Compiling proc-macro2 v0.1.10
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling httparse v1.6.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking cpufeatures v0.2.1
[INFO] [stderr]     Checking gimli v0.26.1
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]    Compiling futures-await-quote v0.4.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling futures-await-synom v0.12.0
[INFO] [stderr]     Checking flate2 v1.0.22
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking getrandom v0.2.4
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking event-listener v2.5.2
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]     Checking brotli v3.3.3
[INFO] [stderr]     Checking async-mutex v1.4.0
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling futures-await-syn v0.12.0
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling backtrace v0.3.64
[INFO] [stderr]     Checking combine v4.6.3
[INFO] [stderr]     Checking bytestring v1.0.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]    Compiling cached_proc_macro_types v0.1.0
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking sha1 v0.2.0
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/bd72bf234a6bb5da5aa1550a318f391e3fbad54f/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="io-driver"' --cfg 'feature="io-util"' --cfg 'feature="iovec"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="mio-uds"' --cfg 'feature="rt-core"' --cfg 'feature="rt-util"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="slab"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --cfg 'feature="time"' --cfg 'feature="udp"' --cfg 'feature="uds"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blocking", "default", "dns", "fnv", "fs", "full", "futures-core", "io-driver", "io-std", "io-util", "iovec", "lazy_static", "libc", "macros", "memchr", "mio", "mio-named-pipes", "mio-uds", "net", "num_cpus", "parking_lot", "process", "rt-core", "rt-threaded", "rt-util", "signal", "signal-hook-registry", "slab", "stream", "sync", "tcp", "test-util", "time", "tokio-macros", "tracing", "udp", "uds", "winapi"))' -C metadata=9ac292061df337eb -C extra-filename=-c6696baed6c4e4c1 --out-dir /opt/rustwide/target/debug/build/tokio/c6696baed6c4e4c1/out -L dependency=/opt/rustwide/target/debug/build/bytes/7ce950eeed5f3b2e/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/06374b079b15a33b/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/futures-core/74ab566e11cc62d7/out -L dependency=/opt/rustwide/target/debug/build/iovec/6e872b8e0a746879/out -L dependency=/opt/rustwide/target/debug/build/lazy_static/3dcad08886afe173/out -L dependency=/opt/rustwide/target/debug/build/libc/4950bb27d9908b49/out -L dependency=/opt/rustwide/target/debug/build/log/684931a270db400e/out -L dependency=/opt/rustwide/target/debug/build/memchr/b73e2ca565553687/out -L dependency=/opt/rustwide/target/debug/build/mio/4ac6cf61e5de6500/out -L dependency=/opt/rustwide/target/debug/build/mio-uds/8af1716a90616c5f/out -L dependency=/opt/rustwide/target/debug/build/net2/97e1f84304fbb006/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/d86cdba2c9fcfb92/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/522e41fe4387d1fe/out -L dependency=/opt/rustwide/target/debug/build/slab/d5b451947f886095/out --extern bytes=/opt/rustwide/target/debug/build/bytes/7ce950eeed5f3b2e/out/libbytes-7ce950eeed5f3b2e.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/74ab566e11cc62d7/out/libfutures_core-74ab566e11cc62d7.rmeta --extern iovec=/opt/rustwide/target/debug/build/iovec/6e872b8e0a746879/out/libiovec-6e872b8e0a746879.rmeta --extern lazy_static=/opt/rustwide/target/debug/build/lazy_static/3dcad08886afe173/out/liblazy_static-3dcad08886afe173.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/4950bb27d9908b49/out/liblibc-4950bb27d9908b49.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/b73e2ca565553687/out/libmemchr-b73e2ca565553687.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/4ac6cf61e5de6500/out/libmio-4ac6cf61e5de6500.rmeta --extern mio_uds=/opt/rustwide/target/debug/build/mio-uds/8af1716a90616c5f/out/libmio_uds-8af1716a90616c5f.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/d86cdba2c9fcfb92/out/libpin_project_lite-d86cdba2c9fcfb92.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/522e41fe4387d1fe/out/libsignal_hook_registry-522e41fe4387d1fe.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/d5b451947f886095/out/libslab-d5b451947f886095.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/bd72bf234a6bb5da5aa1550a318f391e3fbad54f/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=96d8680049bc5d33 -C extra-filename=-2db3e5dc5e454bd4 --out-dir /opt/rustwide/target/debug/build/syn/2db3e5dc5e454bd4/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/c77f8dfdfb1f5bd8/out -L dependency=/opt/rustwide/target/debug/build/quote/271ca61096e07ef5/out -L dependency=/opt/rustwide/target/debug/build/unicode-xid/9a308e948d49b175/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/c77f8dfdfb1f5bd8/out/libproc_macro2-c77f8dfdfb1f5bd8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/271ca61096e07ef5/out/libquote-271ca61096e07ef5.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/9a308e948d49b175/out/libunicode_xid-9a308e948d49b175.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60", kill_on_drop: false }`
[INFO] [stdout] c68caa9ced2e0150336d28e6f589e02931b6cbf871b2d1531c54c14a413e9c60
