[INFO] cloning repository https://github.com/nathanielfernandes/quilt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathanielfernandes/quilt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanielfernandes%2Fquilt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanielfernandes%2Fquilt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bcfb1efa9f99b7e79ac83eb0f6eaf3c4a18587b6
[INFO] building nathanielfernandes/quilt against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanielfernandes%2Fquilt" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/nathanielfernandes/quilt on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/nathanielfernandes/quilt
[INFO] finished tweaking git repo https://github.com/nathanielfernandes/quilt
[INFO] tweaked toml for git repo https://github.com/nathanielfernandes/quilt written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/nathanielfernandes/quilt 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded peg-macros v0.8.1
[INFO] [stderr]   Downloaded peg-runtime v0.8.1
[INFO] [stderr]   Downloaded peg v0.8.1
[INFO] [stderr]   Downloaded iota v0.2.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 68e361d674ee54d5dbc00343909f6d73ee83328d8529b961bdae15b25e350f0b
[INFO] running `Command { std: "docker" "start" "-a" "68e361d674ee54d5dbc00343909f6d73ee83328d8529b961bdae15b25e350f0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68e361d674ee54d5dbc00343909f6d73ee83328d8529b961bdae15b25e350f0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68e361d674ee54d5dbc00343909f6d73ee83328d8529b961bdae15b25e350f0b", kill_on_drop: false }`
[INFO] [stdout] 68e361d674ee54d5dbc00343909f6d73ee83328d8529b961bdae15b25e350f0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33e79005c525db8acf43a6501d6b0effef57c594728e70c81e910bf98221213b
[INFO] running `Command { std: "docker" "start" "-a" "33e79005c525db8acf43a6501d6b0effef57c594728e70c81e910bf98221213b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling iota v0.2.3
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling peg-runtime v0.8.1
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling ariadne v0.1.5
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.49
[INFO] [stderr]    Compiling peg-macros v0.8.1
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling colored v2.0.4
[INFO] [stderr]    Compiling peg v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]    Compiling bytecode v0.1.0 (/opt/rustwide/workdir/bytecode)
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir/parser)
[INFO] [stderr]    Compiling interpreter v0.1.0 (/opt/rustwide/workdir/interpreter)
[INFO] [stderr]    Compiling qstd v0.1.0 (/opt/rustwide/workdir/qstd)
[INFO] [stderr]    Compiling disassembler v0.1.0 (/opt/rustwide/workdir/disassembler)
[INFO] [stderr]    Compiling compiler v0.1.0 (/opt/rustwide/workdir/compiler)
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/colors.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout] 9   | / generate_builtins! {
[INFO] [stdout] 10  | |     ///Color manipulation functions.
[INFO] [stdout] 11  | |     [export=colors]
[INFO] [stdout] ...   |
[INFO] [stdout] 225 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/core.rs:10:1
[INFO] [stdout]     |
[INFO] [stdout] 10  | / generate_builtins! {
[INFO] [stdout] 11  | |     ///Basic builtin functions.
[INFO] [stdout] 12  | |     [export=core]
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]   --> qstd/src/io.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout] 6  | / generate_builtins! {
[INFO] [stdout] 7  | |     ///IO functions.
[INFO] [stdout] 8  | |     [export=io]
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/math.rs:10:1
[INFO] [stdout]     |
[INFO] [stdout] 10  | / generate_builtins! {
[INFO] [stdout] 11  | |     ///Math functions.
[INFO] [stdout] 12  | |     [export=math]
[INFO] [stdout] ...   |
[INFO] [stdout] 227 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/strings.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout] 9   | / generate_builtins! {
[INFO] [stdout] 10  | |     ///String manipulation functions.
[INFO] [stdout] 11  | |     [export=strings]
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]   --> qstd/src/testing.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | / generate_builtins! {
[INFO] [stdout] 5  | |     ///Testing asserts.
[INFO] [stdout] 6  | |     [export=testing]
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]   --> qstd/src/time.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | / generate_builtins! {
[INFO] [stdout] 5  | |     ///Time functions.
[INFO] [stdout] 6  | |     [export=time]
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quilt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.18s
[INFO] running `Command { std: "docker" "inspect" "33e79005c525db8acf43a6501d6b0effef57c594728e70c81e910bf98221213b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33e79005c525db8acf43a6501d6b0effef57c594728e70c81e910bf98221213b", kill_on_drop: false }`
[INFO] [stdout] 33e79005c525db8acf43a6501d6b0effef57c594728e70c81e910bf98221213b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b2c450a07994ffe3641d42cb9ad7ccfc51e32cb93e27f5088dd377a9a3b15d7
[INFO] running `Command { std: "docker" "start" "-a" "6b2c450a07994ffe3641d42cb9ad7ccfc51e32cb93e27f5088dd377a9a3b15d7", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/colors.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout] 9   | / generate_builtins! {
[INFO] [stdout] 10  | |     ///Color manipulation functions.
[INFO] [stdout] 11  | |     [export=colors]
[INFO] [stdout] ...   |
[INFO] [stdout] 225 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/core.rs:10:1
[INFO] [stdout]     |
[INFO] [stdout] 10  | / generate_builtins! {
[INFO] [stdout] 11  | |     ///Basic builtin functions.
[INFO] [stdout] 12  | |     [export=core]
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quilt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]   --> qstd/src/io.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout] 6  | / generate_builtins! {
[INFO] [stdout] 7  | |     ///IO functions.
[INFO] [stdout] 8  | |     [export=io]
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/math.rs:10:1
[INFO] [stdout]     |
[INFO] [stdout] 10  | / generate_builtins! {
[INFO] [stdout] 11  | |     ///Math functions.
[INFO] [stdout] 12  | |     [export=math]
[INFO] [stdout] ...   |
[INFO] [stdout] 227 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]    --> qstd/src/strings.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout] 9   | / generate_builtins! {
[INFO] [stdout] 10  | |     ///String manipulation functions.
[INFO] [stdout] 11  | |     [export=strings]
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]   --> qstd/src/testing.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | / generate_builtins! {
[INFO] [stdout] 5  | |     ///Testing asserts.
[INFO] [stdout] 6  | |     [export=testing]
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `THIS`
[INFO] [stdout]   --> qstd/src/time.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout] 4  | / generate_builtins! {
[INFO] [stdout] 5  | |     ///Time functions.
[INFO] [stdout] 6  | |     [export=time]
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `generate_builtins` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `generate_builtins` may come from an old version of the `interpreter` crate, try updating your dependency with `cargo update -p interpreter`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `generate_builtins` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `quilt` (lib test)
[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/ad211ced81509462cdfe4c29ed10f97279a0acae/bin/rustc --crate-name quilt --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="disassembler"' --cfg 'feature="qstd"' --cfg 'feature="serde_docs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc", "default", "disassembler", "qstd", "serde_docs"))' -C metadata=bbe4b7bc71cb782e -C extra-filename=-a67f6ee9b6dcbf09 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytecode=/opt/rustwide/target/debug/deps/libbytecode-3e8e856c5b881359.rlib --extern common=/opt/rustwide/target/debug/deps/libcommon-afe93383eb03f9f9.rlib --extern compiler=/opt/rustwide/target/debug/deps/libcompiler-7a5e464d41f0ccd2.rlib --extern disassembler=/opt/rustwide/target/debug/deps/libdisassembler-d994e391788a992c.rlib --extern interpreter=/opt/rustwide/target/debug/deps/libinterpreter-ee78f5cd52043707.rlib --extern parser=/opt/rustwide/target/debug/deps/libparser-6816686fc965be86.rlib --extern qstd=/opt/rustwide/target/debug/deps/libqstd-c400f5933fa09ea0.rlib --cap-lints=forbid` (exit status: 101)
[INFO] running `Command { std: "docker" "inspect" "6b2c450a07994ffe3641d42cb9ad7ccfc51e32cb93e27f5088dd377a9a3b15d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b2c450a07994ffe3641d42cb9ad7ccfc51e32cb93e27f5088dd377a9a3b15d7", kill_on_drop: false }`
[INFO] [stdout] 6b2c450a07994ffe3641d42cb9ad7ccfc51e32cb93e27f5088dd377a9a3b15d7
