[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] checking nathanielfernandes/quilt against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanielfernandes%2Fquilt" "/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/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-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nathanielfernandes/quilt on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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" "+b1f2594eac607c1f051534800237eeedb5590a49" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 307e6e9295aeb75426e1c29b7e9175152731f35515029cf992e210720cd6aa1b
[INFO] running `Command { std: "docker" "start" "-a" "307e6e9295aeb75426e1c29b7e9175152731f35515029cf992e210720cd6aa1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "307e6e9295aeb75426e1c29b7e9175152731f35515029cf992e210720cd6aa1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "307e6e9295aeb75426e1c29b7e9175152731f35515029cf992e210720cd6aa1b", kill_on_drop: false }`
[INFO] [stdout] 307e6e9295aeb75426e1c29b7e9175152731f35515029cf992e210720cd6aa1b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e331e89e4c2dd014c4668056bdceb5c3f4348dcf87d64a7eba86673c013c37fc
[INFO] running `Command { std: "docker" "start" "-a" "e331e89e4c2dd014c4668056bdceb5c3f4348dcf87d64a7eba86673c013c37fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking iota v0.2.3
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling peg-runtime v0.8.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.3
[INFO] [stderr]     Checking ariadne v0.1.5
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling syn v2.0.49
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking colored v2.0.4
[INFO] [stderr]    Compiling peg-macros v0.8.1
[INFO] [stderr]     Checking peg v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]     Checking bytecode v0.1.0 (/opt/rustwide/workdir/bytecode)
[INFO] [stderr]     Checking parser v0.1.0 (/opt/rustwide/workdir/parser)
[INFO] [stderr]     Checking interpreter v0.1.0 (/opt/rustwide/workdir/interpreter)
[INFO] [stderr]     Checking compiler v0.1.0 (/opt/rustwide/workdir/compiler)
[INFO] [stderr]     Checking disassembler v0.1.0 (/opt/rustwide/workdir/disassembler)
[INFO] [stderr]     Checking qstd v0.1.0 (/opt/rustwide/workdir/qstd)
[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: `docsrs`, `feature`, and `test` and 31 more
[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] [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: `docsrs`, `feature`, and `test` and 31 more
[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]     Checking quilt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.60s
[INFO] running `Command { std: "docker" "inspect" "e331e89e4c2dd014c4668056bdceb5c3f4348dcf87d64a7eba86673c013c37fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e331e89e4c2dd014c4668056bdceb5c3f4348dcf87d64a7eba86673c013c37fc", kill_on_drop: false }`
[INFO] [stdout] e331e89e4c2dd014c4668056bdceb5c3f4348dcf87d64a7eba86673c013c37fc
