[INFO] fetching crate https_demo 0.1.2...
[INFO] checking https_demo-0.1.2 against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] extracting crate https_demo 0.1.2 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate https_demo 0.1.2 on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate https_demo 0.1.2
[INFO] finished tweaking crates.io crate https_demo 0.1.2
[INFO] tweaked toml for crates.io crate https_demo 0.1.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate https_demo 0.1.2 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-rustls v0.12.3
[INFO] [stderr]   Downloaded cc v1.0.56
[INFO] [stderr]   Downloaded handlebars v3.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e36559797e94e3bee45037d29f48be647b9f64ec9a4a0edf1fb84850e07fa95
[INFO] running `Command { std: "docker" "start" "-a" "6e36559797e94e3bee45037d29f48be647b9f64ec9a4a0edf1fb84850e07fa95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e36559797e94e3bee45037d29f48be647b9f64ec9a4a0edf1fb84850e07fa95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e36559797e94e3bee45037d29f48be647b9f64ec9a4a0edf1fb84850e07fa95", kill_on_drop: false }`
[INFO] [stdout] 6e36559797e94e3bee45037d29f48be647b9f64ec9a4a0edf1fb84850e07fa95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06493adf1bd8e90587a456e43e177753eb4a5b4f3ef705f1f30fd587e4000496
[INFO] running `Command { std: "docker" "start" "-a" "06493adf1bd8e90587a456e43e177753eb4a5b4f3ef705f1f30fd587e4000496", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.18
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.33
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking once_cell v1.4.0
[INFO] [stderr]     Checking bytes v0.5.5
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking futures-core v0.3.5
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling pin-project-internal v0.4.22
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]     Checking futures-sink v0.3.5
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking http v0.2.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.16
[INFO] [stderr]     Checking arc-swap v0.4.7
[INFO] [stderr]    Compiling cc v1.0.56
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]     Checking futures-channel v0.3.5
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]     Checking futures-task v0.3.5
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling serde v1.0.114
[INFO] [stderr]     Checking ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking futures-io v0.3.5
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking pin-project-lite v0.1.7
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]     Checking tinyvec v0.3.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.34
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.2.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling phf v0.7.24
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking unicode-normalization v0.1.13
[INFO] [stderr]     Checking mio v0.6.22
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]    Compiling ring v0.16.15
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling indexmap v1.4.0
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling serde_json v1.0.56
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]     Checking mime v0.2.6
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking input_buffer v0.3.1
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking try-lock v0.2.2
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]     Checking utf-8 v0.7.5
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking socket2 v0.3.12
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]     Checking dtoa v0.4.6
[INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/dtoa-a23e8330fdcda086/invoked.timestamp`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaMUxDbA"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: failed to run custom build command for `ring v0.16.15`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/ring-fc1a4bef36382b11/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   ENV CARGO=/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/cargo
[INFO] [stderr]   ENV CARGO_CFG_FEATURE=alloc,default,dev_urandom_fallback,once_cell
[INFO] [stderr]   ENV CARGO_CFG_FMT_DEBUG=full
[INFO] [stderr]   ENV CARGO_CFG_OVERFLOW_CHECKS=
[INFO] [stderr]   ENV CARGO_CFG_PANIC=unwind
[INFO] [stderr]   ENV CARGO_CFG_RELOCATION_MODEL=pic
[INFO] [stderr]   ENV CARGO_CFG_TARGET_ABI=
[INFO] [stderr]   ENV CARGO_CFG_TARGET_ARCH=x86_64
[INFO] [stderr]   ENV CARGO_CFG_TARGET_ENDIAN=little
[INFO] [stderr]   ENV CARGO_CFG_TARGET_ENV=gnu
[INFO] [stderr]   ENV CARGO_CFG_TARGET_FAMILY=unix
[INFO] [stderr]   ENV CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2,x87
[INFO] [stderr]   ENV CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr
[INFO] [stderr]   ENV CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT=16,32,64,8,ptr
[INFO] [stderr]   ENV CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE=16,32,64,8,ptr
[INFO] [stderr]   ENV CARGO_CFG_TARGET_HAS_RELIABLE_F128=
[INFO] [stderr]   ENV CARGO_CFG_TARGET_HAS_RELIABLE_F16=
[INFO] [stderr]   ENV CARGO_CFG_TARGET_HAS_RELIABLE_F16_MATH=
[INFO] [stderr]   ENV CARGO_CFG_TARGET_OS=linux
[INFO] [stderr]   ENV CARGO_CFG_TARGET_POINTER_WIDTH=64
[INFO] [stderr]   ENV CARGO_CFG_TARGET_THREAD_LOCAL=
[INFO] [stderr]   ENV CARGO_CFG_TARGET_VENDOR=unknown
[INFO] [stderr]   ENV CARGO_CFG_UB_CHECKS=
[INFO] [stderr]   ENV CARGO_CFG_UNIX=
[INFO] [stderr]   ENV CARGO_ENCODED_RUSTFLAGS=--cap-lints=forbid
[INFO] [stderr]   ENV CARGO_FEATURE_ALLOC=1
[INFO] [stderr]   ENV CARGO_FEATURE_DEFAULT=1
[INFO] [stderr]   ENV CARGO_FEATURE_DEV_URANDOM_FALLBACK=1
[INFO] [stderr]   ENV CARGO_FEATURE_ONCE_CELL=1
[INFO] [stderr]   ENV CARGO_HOME=/opt/rustwide/cargo-home
[INFO] [stderr]   ENV CARGO_INCREMENTAL=0
[INFO] [stderr]   ENV CARGO_MAKEFLAGS=-j --jobserver-fds=8,9 --jobserver-auth=8,9
[INFO] [stderr]   ENV CARGO_MANIFEST_DIR=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15
[INFO] [stderr]   ENV CARGO_MANIFEST_LINKS=ring-asm
[INFO] [stderr]   ENV CARGO_MANIFEST_PATH=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/Cargo.toml
[INFO] [stderr]   ENV CARGO_PKG_AUTHORS=Brian Smith <brian@briansmith.org>
[INFO] [stderr]   ENV CARGO_PKG_DESCRIPTION=Safe, fast, small crypto using Rust.
[INFO] [stderr]   ENV CARGO_PKG_HOMEPAGE=
[INFO] [stderr]   ENV CARGO_PKG_LICENSE=
[INFO] [stderr]   ENV CARGO_PKG_LICENSE_FILE=LICENSE
[INFO] [stderr]   ENV CARGO_PKG_NAME=ring
[INFO] [stderr]   ENV CARGO_PKG_README=doc/link-to-readme.md
[INFO] [stderr]   ENV CARGO_PKG_REPOSITORY=https://github.com/briansmith/ring
[INFO] [stderr]   ENV CARGO_PKG_RUST_VERSION=
[INFO] [stderr]   ENV CARGO_PKG_VERSION=0.16.15
[INFO] [stderr]   ENV CARGO_PKG_VERSION_MAJOR=0
[INFO] [stderr]   ENV CARGO_PKG_VERSION_MINOR=16
[INFO] [stderr]   ENV CARGO_PKG_VERSION_PATCH=15
[INFO] [stderr]   ENV CARGO_PKG_VERSION_PRE=
[INFO] [stderr]   ENV CARGO_TARGET_DIR=/opt/rustwide/target
[INFO] [stderr]   ENV DEBUG=true
[INFO] [stderr]   ENV HOME=/root
[INFO] [stderr]   ENV HOST=x86_64-unknown-linux-gnu
[INFO] [stderr]   ENV HOSTNAME=06493adf1bd8
[INFO] [stderr]   ENV LD_LIBRARY_PATH=/opt/rustwide/target/debug/deps:/opt/rustwide/target/debug:/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib:/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib
[INFO] [stderr]   ENV NUM_JOBS=16
[INFO] [stderr]   ENV OPT_LEVEL=0
[INFO] [stderr]   ENV OUT_DIR=/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out
[INFO] [stderr]   ENV PATH=/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[INFO] [stderr]   ENV PROFILE=debug
[INFO] [stderr]   ENV RUSTC=/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc
[INFO] [stderr]   ENV RUSTDOC=/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustdoc
[INFO] [stderr]   ENV RUSTDOCFLAGS=--cap-lints=forbid
[INFO] [stderr]   ENV RUSTUP_HOME=/opt/rustwide/rustup-home
[INFO] [stderr]   ENV RUSTUP_TOOLCHAIN=8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] [stderr]   ENV RUST_BACKTRACE=full
[INFO] [stderr]   ENV RUST_RECURSION_COUNT=1
[INFO] [stderr]   ENV SOURCE_DIR=/opt/rustwide/workdir
[INFO] [stderr]   ENV SSL_CERT_DIR=/usr/lib/ssl/certs
[INFO] [stderr]   ENV SSL_CERT_FILE=/usr/lib/ssl/cert.pem
[INFO] [stderr]   ENV TARGET=x86_64-unknown-linux-gnu
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/aesni-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/aesni-x86_64-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/vpaes-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/vpaes-x86_64-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/x86_64-mont-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/x86_64-mont-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/x86_64-mont5-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/x86_64-mont5-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/chacha-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/chacha-x86_64-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/p256-x86_64-asm-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/p256-x86_64-asm-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/aesni-gcm-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/aesni-gcm-x86_64-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/ghash-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/ghash-x86_64-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/poly1305-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/poly1305-x86_64-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/sha512-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/sha512-x86_64-elf.S"
[INFO] [stderr]   running "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/sha256-x86_64-elf.o" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/pregenerated/sha256-x86_64-elf.S"
[INFO] [stderr]   /tmp/ccYcz2C3.s: Assembler messages:
[INFO] [stderr]   /tmp/ccYcz2C3.s: Fatal error: can't write 48 bytes to section .text of /opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/sha256-x86_64-elf.o: 'No space left on device'
[INFO] [stderr]   /tmp/ccYcz2C3.s: Fatal error: /opt/rustwide/target/debug/build/ring-1753f6c12bc781d8/out/sha256-x86_64-elf.o: No such file or directory
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.16.15/build.rs:664:9:
[INFO] [stderr]   execution failed
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x648eb05ad332 - std::backtrace_rs::backtrace::libunwind::trace::hd56b46576af6cd16
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x648eb05ad332 - std::backtrace_rs::backtrace::trace_unsynchronized::h9dfe8d335e199e0d
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x648eb05ad332 - std::sys::backtrace::_print_fmt::h66999ff9739f02cd
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x648eb05ad332 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hddb5e99560778aed
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x648eb05d0433 - core::fmt::rt::Argument::fmt::he7919952f7b90517
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x648eb05d0433 - core::fmt::write::h12c234f0edc7b706
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/core/src/fmt/mod.rs:1460:25
[INFO] [stderr]      6:     0x648eb05a9883 - std::io::default_write_fmt::h86e26d31741d8de3
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x648eb05a9883 - std::io::Write::write_fmt::h1c65d113e08eaaff
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x648eb05ad182 - std::sys::backtrace::BacktraceLock::print::h9652e925cb317248
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x648eb05aef02 - std::panicking::default_hook::{{closure}}::h58c1e754bf819be3
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:300:27
[INFO] [stderr]     10:     0x648eb05aed05 - std::panicking::default_hook::hc5c32bd16ea0a105
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:327:9
[INFO] [stderr]     11:     0x648eb05af912 - std::panicking::rust_panic_with_hook::h87286a060ae3c579
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:833:13
[INFO] [stderr]     12:     0x648eb05af7ec - std::panicking::begin_panic::{{closure}}::ha0cc86c25f9ae1f4
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:770:9
[INFO] [stderr]     13:     0x648eb05ad839 - std::sys::backtrace::__rust_end_short_backtrace::hc82fead2fce31fa9
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/sys/backtrace.rs:168:18
[INFO] [stderr]     14:     0x648eb05af702 - std::panicking::begin_panic::h53473f1b6b4bd4d8
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:769:5
[INFO] [stderr]     15:     0x648eb053a2a6 - build_script_build::run_command::h0c5a2c6baec16fbf
[INFO] [stderr]     16:     0x648eb0538e1a - build_script_build::compile::hc8863b5de6398cf5
[INFO] [stderr]     17:     0x648eb05388de - build_script_build::build_library::{{closure}}::hec3b12012f152858
[INFO] [stderr]     18:     0x648eb05421e3 - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::next::h8b8af92ea1d75877
[INFO] [stderr]     19:     0x648eb053d7f5 - alloc::vec::Vec<T,A>::extend_desugared::hb4b8979e4cf0ab9a
[INFO] [stderr]     20:     0x648eb053f2b6 - <alloc::vec::Vec<T,A> as alloc::vec::spec_extend::SpecExtend<T,I>>::spec_extend::h32c6fa9dcbce638a
[INFO] [stderr]     21:     0x648eb053c4c4 - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::h2205881559546489
[INFO] [stderr]     22:     0x648eb053f31d - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::h4ed06d9bd854b3e7
[INFO] [stderr]     23:     0x648eb053f211 - <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h59a8ac65912df134
[INFO] [stderr]     24:     0x648eb0543a49 - core::iter::traits::iterator::Iterator::collect::h9df21c4dcc55bbac
[INFO] [stderr]     25:     0x648eb0538061 - build_script_build::build_library::hf56a441159df44da
[INFO] [stderr]     26:     0x648eb0537eae - build_script_build::build_c_code::{{closure}}::h5aecf9896d57e5ef
[INFO] [stderr]     27:     0x648eb053ef71 - <core::slice::iter::Iter<T> as core::iter::traits::iterator::Iterator>::for_each::h6ffe881f8fcc51ad
[INFO] [stderr]     28:     0x648eb0537ac0 - build_script_build::build_c_code::hee3815b60f4c23e4
[INFO] [stderr]     29:     0x648eb0536440 - build_script_build::ring_build_rs_main::hc4b5f4247c3b71b0
[INFO] [stderr]     30:     0x648eb05356c3 - build_script_build::main::h1ffe1c8a1721bb48
[INFO] [stderr]     31:     0x648eb053fe23 - core::ops::function::FnOnce::call_once::h9bd95ea0d96419d6
[INFO] [stderr]     32:     0x648eb053f836 - std::sys::backtrace::__rust_begin_short_backtrace::h016b1593e4a1443c
[INFO] [stderr]     33:     0x648eb053f7b9 - std::rt::lang_start::{{closure}}::hc788fffaf2a44f7b
[INFO] [stderr]     34:     0x648eb05a4b80 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h6b68922df8bcda68
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/core/src/ops/function.rs:284:21
[INFO] [stderr]     35:     0x648eb05a4b80 - std::panicking::catch_unwind::do_call::h38a53962d70eca5c
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:589:40
[INFO] [stderr]     36:     0x648eb05a4b80 - std::panicking::catch_unwind::hef344a424143c2c4
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:552:19
[INFO] [stderr]     37:     0x648eb05a4b80 - std::panic::catch_unwind::h8ce7fdf34abd6d8d
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panic.rs:359:14
[INFO] [stderr]     38:     0x648eb05a4b80 - std::rt::lang_start_internal::{{closure}}::hc4f0ab50f9553918
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/rt.rs:175:24
[INFO] [stderr]     39:     0x648eb05a4b80 - std::panicking::catch_unwind::do_call::h4dca6e453352cc91
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:589:40
[INFO] [stderr]     40:     0x648eb05a4b80 - std::panicking::catch_unwind::he3c2da0f17f59fa9
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panicking.rs:552:19
[INFO] [stderr]     41:     0x648eb05a4b80 - std::panic::catch_unwind::hf80315b8e36f1525
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/panic.rs:359:14
[INFO] [stderr]     42:     0x648eb05a4b80 - std::rt::lang_start_internal::h4e9a488c4dffa062
[INFO] [stderr]                                  at /rustc/8a65ee08296b36342bf7c3cdc15312ccbc357227/library/std/src/rt.rs:171:5
[INFO] [stderr]     43:     0x648eb053f7a1 - std::rt::lang_start::h61cc7d7f291e7b4f
[INFO] [stderr]     44:     0x648eb053c275 - main
[INFO] [stderr]     45:     0x78f43fba41ca - <unknown>
[INFO] [stderr]     46:     0x78f43fba428b - __libc_start_main
[INFO] [stderr]     47:     0x648eb0533b45 - _start
[INFO] [stderr]     48:                0x0 - <unknown>
[INFO] [stderr] error: could not compile `bitflags` (lib) due to 1 previous error
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.3.12/src/sockaddr.rs:176:9
[INFO] [stdout]     |
[INFO] [stdout] 176 |         mem::transmute::<SocketAddrV4, sockaddr_in>(v4);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: source type: `SocketAddrV4` (48 bits)
[INFO] [stdout]     = note: target type: `sockaddr_in` (128 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta2stBT2"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta0ObUB7"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `socket2` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `base64` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `idna` (lib) due to 1 previous error
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/buf_redux-fed2b01df31a0191.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/buf_redux-fed2b01df31a0191/dep-lib-buf_redux`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/unicase-4a8fa72d3122b704.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/unicase-4a8fa72d3122b704/dep-lib-unicase`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaQw6xDv/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/rand-60ce91f89057ca42.d`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `pest_meta` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name pest_meta --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f99a8865bb44e597 -C extra-filename=-2824eee2676d28ea --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-c6d65de232085f3c.rmeta --extern pest=/opt/rustwide/target/debug/deps/libpest-09af3d2802897a24.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetapqKJmY"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaFuac12/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "06493adf1bd8e90587a456e43e177753eb4a5b4f3ef705f1f30fd587e4000496", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06493adf1bd8e90587a456e43e177753eb4a5b4f3ef705f1f30fd587e4000496", kill_on_drop: false }`
[INFO] [stdout] 06493adf1bd8e90587a456e43e177753eb4a5b4f3ef705f1f30fd587e4000496
