[INFO] cloning repository https://github.com/max-sixty/prql [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/max-sixty/prql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-sixty%2Fprql", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-sixty%2Fprql'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b2415937b2ee72486005af42c86a99f010a3a0f6 [INFO] checking max-sixty/prql against try#7306d3110618f84a6a4662b9e2cc4fd0d9b02da8 for pr-97346 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-sixty%2Fprql" "/workspace/builds/worker-33/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-33/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/max-sixty/prql on toolchain 7306d3110618f84a6a4662b9e2cc4fd0d9b02da8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-33/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-33/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/max-sixty/prql [INFO] finished tweaking git repo https://github.com/max-sixty/prql [INFO] tweaked toml for git repo https://github.com/max-sixty/prql written to /workspace/builds/worker-33/source/Cargo.toml [INFO] crate git repo https://github.com/max-sixty/prql already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec0d027ea8a587e0df334b0a52845823d1a9adc0e72e2b32280551288e1d12ef [INFO] running `Command { std: "docker" "start" "-a" "ec0d027ea8a587e0df334b0a52845823d1a9adc0e72e2b32280551288e1d12ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec0d027ea8a587e0df334b0a52845823d1a9adc0e72e2b32280551288e1d12ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec0d027ea8a587e0df334b0a52845823d1a9adc0e72e2b32280551288e1d12ef", kill_on_drop: false }` [INFO] [stdout] ec0d027ea8a587e0df334b0a52845823d1a9adc0e72e2b32280551288e1d12ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59dc29528badf4fc96a22d57bddb0a775063115a4de62ad5f842c7a8a4318827 [INFO] running `Command { std: "docker" "start" "-a" "59dc29528badf4fc96a22d57bddb0a775063115a4de62ad5f842c7a8a4318827", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking os_str_bytes v6.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling semver v1.0.9 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Compiling target-lexicon v0.12.4 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking owo-colors v3.4.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling pulldown-cmark v0.9.1 [INFO] [stderr] Compiling bumpalo v3.10.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Checking similar v2.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking plotters-backend v0.3.2 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Checking shlex v1.1.0 [INFO] [stderr] Checking topological-sort v0.1.0 [INFO] [stderr] Checking unindent v0.1.9 [INFO] [stderr] Compiling indoc v1.0.6 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking tracing-core v0.1.26 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking ariadne v0.1.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking plotters-svg v0.3.1 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking tracing v0.1.34 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Checking tracing-subscriber v0.3.11 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.30 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Checking object v0.28.4 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clio v0.2.2 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking plotters v0.3.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling pyo3-macros-backend v0.16.5 [INFO] [stderr] Checking tracing-error v0.2.0 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking criterion-plot v0.4.4 [INFO] [stderr] Checking console v0.15.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking color-spantrace v0.2.0 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking pulldown-cmark-to-cmark v10.0.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling pyo3-build-config v0.16.5 [INFO] [stderr] Checking sqlformat v0.2.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking trash v2.1.4 [INFO] [stderr] Checking color-eyre v0.6.1 [INFO] [stderr] Compiling clap_derive v3.1.18 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling strum_macros v0.24.0 [INFO] [stderr] Compiling enum-as-inner v0.5.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling pyo3-macros v0.16.5 [INFO] [stderr] Compiling pyo3-ffi v0.16.5 [INFO] [stderr] Compiling pyo3 v0.16.5 [INFO] [stderr] Compiling prql-python v0.1.0 (/opt/rustwide/workdir/prql-python) [INFO] [stderr] Checking strum v0.24.0 [INFO] [stderr] Checking clap v3.1.18 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking clap_complete v3.1.4 [INFO] [stderr] Checking js-sys v0.3.57 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.30 [INFO] [stderr] Checking wasm-bindgen-test v0.3.30 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking serde_yaml v0.8.24 [INFO] [stderr] Checking sqlparser v0.18.0 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Checking globset v0.4.8 [INFO] [stderr] Checking opener v0.5.0 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking handlebars v4.3.0 [INFO] [stderr] Checking criterion v0.3.5 [INFO] [stderr] Checking insta v1.14.1 [INFO] [stderr] Checking mdbook v0.4.18 [INFO] [stderr] Checking mdbook-preprocessor-boilerplate v0.1.1 [INFO] [stderr] Checking prql-compiler v0.1.1 (/opt/rustwide/workdir/prql-compiler) [INFO] [stderr] Checking mdbook-prql v0.1.1 (/opt/rustwide/workdir/book/mdbook-prql) [INFO] [stderr] Checking prql-book v0.1.1 (/opt/rustwide/workdir/book) [INFO] [stderr] Checking prql-js v0.1.3 (/opt/rustwide/workdir/prql-js) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 33s [INFO] running `Command { std: "docker" "inspect" "59dc29528badf4fc96a22d57bddb0a775063115a4de62ad5f842c7a8a4318827", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59dc29528badf4fc96a22d57bddb0a775063115a4de62ad5f842c7a8a4318827", kill_on_drop: false }` [INFO] [stdout] 59dc29528badf4fc96a22d57bddb0a775063115a4de62ad5f842c7a8a4318827