[INFO] fetching crate finql 0.12.0...
[INFO] testing finql-0.12.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate finql 0.12.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate finql 0.12.0
[INFO] finished tweaking crates.io crate finql 0.12.0
[INFO] tweaked toml for crates.io crate finql 0.12.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate finql 0.12.0 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate finql 0.12.0 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" "+beta-2026-03-05" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a5a60b19bff87480ef31696242940ab75d2cc338ef99bbc4f8b9ffad71d0d56
[INFO] running `Command { std: "docker" "start" "-a" "2a5a60b19bff87480ef31696242940ab75d2cc338ef99bbc4f8b9ffad71d0d56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a5a60b19bff87480ef31696242940ab75d2cc338ef99bbc4f8b9ffad71d0d56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a5a60b19bff87480ef31696242940ab75d2cc338ef99bbc4f8b9ffad71d0d56", kill_on_drop: false }`
[INFO] [stdout] 2a5a60b19bff87480ef31696242940ab75d2cc338ef99bbc4f8b9ffad71d0d56
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83be2a17d72f04bffbe6565631a55706429f7f6a0a726597f261fd1486f2fef0
[INFO] running `Command { std: "docker" "start" "-a" "83be2a17d72f04bffbe6565631a55706429f7f6a0a726597f261fd1486f2fef0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.131
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.143
[INFO] [stderr]    Compiling futures-core v0.3.23
[INFO] [stderr]    Compiling serde v1.0.143
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-sink v0.3.23
[INFO] [stderr]    Compiling futures-channel v0.3.23
[INFO] [stderr]    Compiling futures-task v0.3.23
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling futures-util v0.3.23
[INFO] [stderr]    Compiling futures-io v0.3.23
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling iana-time-zone v0.1.45
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling crossbeam-queue v0.3.6
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling paste v1.0.8
[INFO] [stderr]    Compiling crc-catalog v2.1.0
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.61
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling crc v3.0.0
[INFO] [stderr]    Compiling dtoa-short v0.3.3
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling md-5 v0.10.1
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling futures-intrusive v0.4.0
[INFO] [stderr]    Compiling dotenvy v0.15.1
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling hashlink v0.8.0
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling whoami v1.2.1
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling num-complex v0.4.2
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling computus v1.0.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling ego-tree v0.6.2
[INFO] [stderr]    Compiling text_io v0.1.12
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.4
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.23
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling thiserror v1.0.32
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling argmin-math v0.1.0
[INFO] [stderr]    Compiling argmin v0.6.0
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling futures-executor v0.3.23
[INFO] [stderr]    Compiling futures v0.3.23
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-stream v0.1.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling async-compat v0.2.1
[INFO] [stderr]    Compiling sqlx-rt v0.6.1
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling tokio-compat-02 v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling cal-calc v0.1.3
[INFO] [stderr]    Compiling sqlformat v0.1.8
[INFO] [stderr]    Compiling scraper v0.13.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling gurufocus_api v0.6.1
[INFO] [stderr]    Compiling alpha_vantage v0.8.0
[INFO] [stderr]    Compiling eodhistoricaldata_api v0.3.5
[INFO] [stderr]    Compiling yahoo_finance_api v1.3.0
[INFO] [stderr]    Compiling sqlx-core v0.6.1
[INFO] [stderr]    Compiling sqlx-macros v0.6.1
[INFO] [stderr]    Compiling sqlx v0.6.1
[INFO] [stderr]    Compiling finql v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/market_quotes/mod.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     for mut quote in &mut quotes {
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/portfolio.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 124 |         for (id, mut pos) in &mut self.assets {
[INFO] [stdout]     |                  ----^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/portfolio.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |         for mut pos in self.assets.iter_mut() {
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.41, sqlx-core v0.6.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "83be2a17d72f04bffbe6565631a55706429f7f6a0a726597f261fd1486f2fef0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83be2a17d72f04bffbe6565631a55706429f7f6a0a726597f261fd1486f2fef0", kill_on_drop: false }`
[INFO] [stdout] 83be2a17d72f04bffbe6565631a55706429f7f6a0a726597f261fd1486f2fef0
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40a56d4e85f5aba2d40519ae7333f2b81746ff2b1612449a4694dde6e8643153
[INFO] running `Command { std: "docker" "start" "-a" "40a56d4e85f5aba2d40519ae7333f2b81746ff2b1612449a4694dde6e8643153", kill_on_drop: false }`
[INFO] [stderr]    Compiling ucd-trie v0.1.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling jpeg-decoder v0.2.6
[INFO] [stderr]    Compiling const-cstr v0.3.0
[INFO] [stderr]    Compiling bytemuck v1.12.0
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling pest v2.2.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling float-ord v0.2.0
[INFO] [stderr]    Compiling plotters-svg v0.3.2
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling png v0.17.5
[INFO] [stderr]    Compiling freetype v0.7.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling image v0.24.3
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling pathfinder_simd v0.5.1
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling plotters-bitmap v0.3.2
[INFO] [stderr]    Compiling plotters v0.3.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling finql v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/market_quotes/mod.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     for mut quote in &mut quotes {
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/portfolio.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 124 |         for (id, mut pos) in &mut self.assets {
[INFO] [stdout]     |                  ----^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::assert_fuzzy_eq`
[INFO] [stdout]    --> src/portfolio.rs:408:9
[INFO] [stdout]     |
[INFO] [stdout] 408 |     use crate::assert_fuzzy_eq;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/market_quotes/mod.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     for mut quote in &mut quotes {
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/portfolio.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 124 |         for (id, mut pos) in &mut self.assets {
[INFO] [stdout]     |                  ----^^^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/portfolio.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |         for mut pos in self.assets.iter_mut() {
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/portfolio.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |         for mut pos in self.assets.iter_mut() {
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcF4TU2T/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libfinql-14b3594aeb2658f5,libcsv-b8baa3231102b4e0,libcsv_core-63eba67f5998b50a,libbstr-32ff026d35a0f9ad,libregex_automata-31d378b01f1978af,libfutures-afe70292c079393a,libyahoo_finance_api-81c6aca4b4816825,libeodhistoricaldata_api-4149a747d25b9024,libscraper-b76a373cf95c8177,libselectors-be9525d13c82cd36,libthin_slice-1775a0fbef1ec9d7,libservo_arc-d2d83f62e8ba70f5,libstable_deref_trait-a9f42b1d2f15127d,libnodrop-7d3b001a086f6673,libfxhash-0c08b76f508135fe,libcssparser-b1afd41c4cb9734e,libitoa-968a9d3f706bae82,libdtoa_short-d2ae57a95f89d803,libdtoa-f4f9d18f09bff426,libphf-eb55e85fb050a7f9,libphf_shared-f81e4a91a4269fd6,libego_tree-e62110f6c1503756,libhtml5ever-80480d5eab61a954,libmarkup5ever-52adddfa8b2fb9ea,libstring_cache-2bce51579ec0d2e5,libprecomputed_hash-b8aaee179f87ad21,libphf-d874c7c17643675d,libphf_shared-4f845e31c136142f,libtendril-cdff6d5786d6b903,libutf8-f4341c3c7568480d,libfutf-4b4b8ae99bf471ca,libdebug_unreachable-4cd349c8896c7ebf,libmac-fd2d43da8dd761a5,libgurufocus_api-cee4c345dbe6aef5,libtokio_compat_02-bd7b8df02ecd61a8,libtokio-7a0a48674f4e663d,libbytes-e5a108237575cc30,libpin_project_lite-019491850434b802,libalpha_vantage-3ac73bed91ec7037,libreqwest-a6e8b2eee87a205f,libhyper_rustls-9cebfd2df515401a,libhyper_tls-c924be831b35882b,libserde_urlencoded-9e6134c581f21a84,libipnet-31b549556d5e413d,libtokio_native_tls-daac6641a317aa77,libmime-df56754a5ea019bb,libencoding_rs-7b876db03cc293b6,libnative_tls-52e879c0d1f31ea8,libopenssl_probe-5821ed5bfde807ff,libopenssl-3c5a5fee12d02e3a,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-ca101e7b03109b80,libhyper-3d11415f68fcc265,libwant-7466b271d9fc2bc8,libtry_lock-0ea2511cea348424,libhttparse-bfc4296e755799f3,libh2-c44cd0b3792a1bcb,libtokio_util-46203c160caa11f2,libtower_service-442e0d38cf369aa3,libtracing-b5ab7aeddd6c106b,libtracing_core-32d6acfca3d4a4dc,libhttp_body-e5249014fd2ea3a9,liblazy_static-af860367908b8176,libhttp-63b36cd82a4ca5c2,libfnv-79e2cbfbe03dcd16,libargmin-945f0d60aeecc488,librand_xoshiro-d887bff58272e6bd,libargmin_math-4c1458561e91fe66,libnum_complex-741394cdad734b91,libanyhow-0620141302f43071,libchrono_tz-89b5002159d12bea,libphf-f8fe80ccf2bd69c1,libphf_shared-f771d532ee31c322,libuncased-39ed63787fc67f06,libsiphasher-a12500f72255da72,libsqlx-07d205a292454b80,libsqlx_core-16ccfe01e661d742,libfutures_executor-cb8099e6d31f93f8,libflume-4e72741a531126b1,libspin-e7993be5d4d762bb,libpin_project-099d1fbb469efc4a,libdotenvy-a6e15df1ac735327,libcrc-e1a6c6978f3080d8,libcrc_catalog-d74ddada72fed136,libhex-13e08b3b00984ab7,libwhoami-642084c85f6ef24b,libdirs-62c652f8242db277,libdirs_sys-fcc5d30e06f4813b,libtokio_stream-826d883bc69c98e2,librustls_pemfile-5acf30162fe8fa4e,libbase64-83ca8be32b9f715d,libwebpki_roots-34cb6d4aadf6cadc,libsqlformat-ab0a349c71ee5156,libunicode_categories-6f2b7f5ace1e9985,libnom-67303fe3e7a11cb3,libitertools-7bfd36e131c0606e,libthiserror-90f698bd18710548,libindexmap-bf12d685d83ba400,liblibsqlite3_sys-b1cde22615d699b0,libbitflags-dde12b0d7d495b50,liburl-815ab384549fac3e,libidna-b081e169d17de6cd,libform_urlencoded-eb178531ae0b4252,libmatches-80dbaef09a125478,libpercent_encoding-3e08c199980e8244,libmd5-d38c631207ee54a3,libbyteorder-fb36fe721788ce00,libatoi-ff78668c32904b28,libstringprep-b330ae4006933c63,libunicode_normalization-d9dd7c37c3bb5479,libtinyvec-99260e3f253c5635,libtinyvec_macros-36ab4f0266eef07c,libunicode_bidi-8386781c09c7dbfc,librand-213a58e78a7826ce,librand_chacha-786db123c23bd247,libppv_lite86-f1eaae57f9caf7a8,librand_core-c2d5f0a25aa3745a,libhkdf-1af7b1ebd6f70fd3,libhmac-522e684fc7c8c2dc,libsha2-adf7f10c80f8d529,libcpufeatures-05a85703b3c2d896,libdigest-8fb9c913aedc40f8,libsubtle-e8a5d4b550a2b725,libblock_buffer-744040fc2158b4c7,libcrypto_common-ce5c1746bf6cc61f,libgeneric_array-07c42eafd0991c57,libtypenum-154e5e71ce33df4e,libsqlx_rt-feb3d6f7bbc1a12e,libtokio_rustls-be6017acc9dae665,librustls-56bfbcf2630620a6,libsct-438d2cf643e9d58b,libwebpki-e3a78ac7444fb6bc,libring-f0e633d6d827af2a,libspin-4089a13ab2a784ba,libuntrusted-a7f0f384c8611dea,libtokio-c1149b3be3574fdf,libsignal_hook_registry-6749f1280d3367fd,libnum_cpus-d42463cd7f4a2006,libsocket2-bbd78ce6f1492ca9,libmio-8a54aaa59d6e62d2,libparking_lot-9f0d3ca44f2e800e,libparking_lot_core-10d581fc962cf32b,libbytes-90fa2233ca6ac0df,libhashlink-5fea8ca77e510fb6,libhashbrown-5d3bc95a7e86d2ce,libahash-c7767d23ff2eef39,libgetrandom-82939cc46172b818,liblog-db64831fa30f0a98,libcrossbeam_queue-f39820578ffa2d52,libcrossbeam_utils-471d8643b0427d51,libonce_cell-08f2c01226c75f44,libfutures_intrusive-f28fd7a809c55eb3,libparking_lot-abdf1147f8744075,libparking_lot_core-e0556c640b37212e,libsmallvec-b08c9d42771f59e9,libinstant-08ececf61a3691d3,libcfg_if-3e7fc4e38d4a72b5,liblock_api-71cfcf8f8e5dc71c,libscopeguard-e318caba69bf687f,libeither-3ed655d52c797520,libevent_listener-0282a877755a83ef,libfutures_util-d35cd1ee5c5b92dc,libmemchr-3d0ec59241a02054,libfutures_io-14ce65839cc7a8e8,libslab-afb27d02c97db53f,libpin_project_lite-6df6c214457c8ca7,libfutures_task-a185456505a664aa,libpin_utils-3860774ad9b215b5,libfutures_channel-97280949429117dd,libfutures_sink-198853a92f788b2a,libfutures_core-317a8aa6723554a7,libserde_json-8d63ddd7dce2b2c0,libryu-038f6cdb33aa666f,libitoa-16cfa8721381c1c3,libcal_calc-622d7576b55bbfe7,libcomputus-70fffc7e4493950f,libchrono-7622fb4e724fb4bc,libiana_time_zone-da2791e51a25a46b,libnum_integer-8e34d12ce5cb866a,libnum_traits-5285743d482a718d,libserde-d4d3822172d2d9fa,libtime-98333ce64474de90,liblibc-8874e090d373af0c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcF4TU2T/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-84aada73caf1aba3/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-74f228fa4bf459d1/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/quotes_db-4b3b9c202c5683d8" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `finql` (example "quotes_db") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "40a56d4e85f5aba2d40519ae7333f2b81746ff2b1612449a4694dde6e8643153", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40a56d4e85f5aba2d40519ae7333f2b81746ff2b1612449a4694dde6e8643153", kill_on_drop: false }`
[INFO] [stdout] 40a56d4e85f5aba2d40519ae7333f2b81746ff2b1612449a4694dde6e8643153
