[INFO] cloning repository https://github.com/uruana33/thumbor-learn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uruana33/thumbor-learn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furuana33%2Fthumbor-learn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furuana33%2Fthumbor-learn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85395e6d3a0d14bdec80883c2d366549b698db92
[INFO] checking uruana33/thumbor-learn against master#fcac501a73cdde54de46a0683567f1a890730555 for pr-151102
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Furuana33%2Fthumbor-learn" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/uruana33/thumbor-learn
[INFO] finished tweaking git repo https://github.com/uruana33/thumbor-learn
[INFO] tweaked toml for git repo https://github.com/uruana33/thumbor-learn written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/uruana33/thumbor-learn on toolchain fcac501a73cdde54de46a0683567f1a890730555
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/uruana33/thumbor-learn 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" "+fcac501a73cdde54de46a0683567f1a890730555" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded node-sys v0.4.2
[INFO] [stderr]   Downloaded perlin2d v0.2.6
[INFO] [stderr]   Downloaded owned_ttf_parser v0.15.2
[INFO] [stderr]   Downloaded async-compression v0.3.15
[INFO] [stderr]   Downloaded simba v0.7.3
[INFO] [stderr]   Downloaded ttf-parser v0.15.2
[INFO] [stderr]   Downloaded axum v0.2.8
[INFO] [stderr]   Downloaded gif v0.11.4
[INFO] [stderr]   Downloaded imageproc v0.23.0
[INFO] [stderr]   Downloaded nalgebra v0.30.1
[INFO] [stderr]   Downloaded rusttype v0.9.3
[INFO] [stderr]   Downloaded photon-rs v0.3.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a846da21e3e782e08e7dd0c0595e6898119e5243317b261fc0aa0edf9dbca260
[INFO] running `Command { std: "docker" "start" "-a" "a846da21e3e782e08e7dd0c0595e6898119e5243317b261fc0aa0edf9dbca260", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a846da21e3e782e08e7dd0c0595e6898119e5243317b261fc0aa0edf9dbca260", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a846da21e3e782e08e7dd0c0595e6898119e5243317b261fc0aa0edf9dbca260", kill_on_drop: false }`
[INFO] [stdout] a846da21e3e782e08e7dd0c0595e6898119e5243317b261fc0aa0edf9dbca260
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+fcac501a73cdde54de46a0683567f1a890730555" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 714c657a8f37c2035b46f85a305c088453fb3101074be2fb1fddf2e074b4c3c0
[INFO] running `Command { std: "docker" "start" "-a" "714c657a8f37c2035b46f85a305c088453fb3101074be2fb1fddf2e074b4c3c0", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.104
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.104
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling wasm-bindgen v0.2.104
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.104
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking simba v0.7.3
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking brotli v3.5.0
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling palette v0.6.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.104
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]     Checking conv v0.3.3
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking rand_distr v0.2.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling palette_derive v0.6.1
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking tokio-util v0.6.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking js-sys v0.3.81
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling prost-derive v0.8.0
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking perlin2d v0.2.6
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking prost v0.8.0
[INFO] [stderr]     Checking async-compression v0.3.15
[INFO] [stderr]    Compiling thumbor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tower-http v0.1.3
[INFO] [stderr]     Checking nalgebra v0.30.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking axum v0.2.8
[INFO] [stderr]     Checking web-sys v0.3.81
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking imageproc v0.23.0
[INFO] [stderr]     Checking node-sys v0.4.2
[INFO] [stderr]     Checking photon-rs v0.3.3
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "714c657a8f37c2035b46f85a305c088453fb3101074be2fb1fddf2e074b4c3c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "714c657a8f37c2035b46f85a305c088453fb3101074be2fb1fddf2e074b4c3c0", kill_on_drop: false }`
[INFO] [stdout] 714c657a8f37c2035b46f85a305c088453fb3101074be2fb1fddf2e074b4c3c0
