[INFO] cloning repository https://github.com/kristoferlund/ic-ogimage [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kristoferlund/ic-ogimage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristoferlund%2Fic-ogimage", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristoferlund%2Fic-ogimage'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b15c6e39d343ade0670634d0d2d075fb0e6033e3 [INFO] testing kristoferlund/ic-ogimage against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristoferlund%2Fic-ogimage" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kristoferlund/ic-ogimage [INFO] finished tweaking git repo https://github.com/kristoferlund/ic-ogimage [INFO] tweaked toml for git repo https://github.com/kristoferlund/ic-ogimage written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kristoferlund/ic-ogimage on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kristoferlund/ic-ogimage 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e923694a55856eb1885e12d5896ddee99b16477040d29f35572d82ca4245ef1 [INFO] running `Command { std: "docker" "start" "-a" "3e923694a55856eb1885e12d5896ddee99b16477040d29f35572d82ca4245ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e923694a55856eb1885e12d5896ddee99b16477040d29f35572d82ca4245ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e923694a55856eb1885e12d5896ddee99b16477040d29f35572d82ca4245ef1", kill_on_drop: false }` [INFO] [stdout] 3e923694a55856eb1885e12d5896ddee99b16477040d29f35572d82ca4245ef1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4278b3c2354e79f5c9b066705527d10a8c1f054b4bb604ea6a34e9512d4d2432 [INFO] running `Command { std: "docker" "start" "-a" "4278b3c2354e79f5c9b066705527d10a8c1f054b4bb604ea6a34e9512d4d2432", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling bytemuck v1.17.1 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling roxmltree v0.20.0 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling kurbo v0.11.0 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling unicode-properties v0.1.2 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling unicode-script v0.5.6 [INFO] [stderr] Compiling unicode-ccc v0.3.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.3.0 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Compiling simplecss v0.2.1 [INFO] [stderr] Compiling flate2 v1.0.33 [INFO] [stderr] Compiling fontconfig-parser v0.5.7 [INFO] [stderr] Compiling ic-representation-independent-hash v2.6.0 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling core_maths v0.1.0 [INFO] [stderr] Compiling ttf-parser v0.24.1 [INFO] [stderr] Compiling svgtypes v0.15.2 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling data-url v0.3.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling imagesize v0.13.0 [INFO] [stderr] Compiling image-webp v0.1.3 [INFO] [stderr] Compiling zune-jpeg v0.4.13 [INFO] [stderr] Compiling include_dir v0.7.4 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling psm v0.1.22 [INFO] [stderr] Compiling stacker v0.1.17 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling rustybuzz v0.18.0 [INFO] [stderr] Compiling fontdb v0.21.0 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling candid_derive v0.6.6 [INFO] [stderr] Compiling binread_derive v2.1.0 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Compiling binread v2.2.0 [INFO] [stderr] Compiling usvg v0.43.0 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Compiling resvg v0.43.0 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling ic_principal v0.1.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling serde_tokenstream v0.1.7 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling ic-certification v2.6.0 [INFO] [stderr] Compiling handlebars v6.0.0 [INFO] [stderr] Compiling candid v0.10.10 [INFO] [stderr] Compiling ic-cdk-macros v0.13.2 [INFO] [stderr] Compiling ic-cdk v0.13.5 [INFO] [stderr] Compiling internet_identity_interface v0.1.0 (https://github.com/dfinity/internet-identity.git#719a8f9d) [INFO] [stderr] Compiling canister_sig_util v0.1.0 (https://github.com/dfinity/internet-identity.git#719a8f9d) [INFO] [stderr] Compiling asset_util v0.1.0 (https://github.com/dfinity/internet-identity.git#719a8f9d) [INFO] [stderr] Compiling animals_canister v0.0.1 (/opt/rustwide/workdir/packages/animals_canister) [INFO] [stdout] error[E0583]: file not found for module `declarations` [INFO] [stdout] --> packages/animals_canister/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mod declarations; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `declarations`, create file "packages/animals_canister/src/declarations.rs" or "packages/animals_canister/src/declarations/mod.rs" [INFO] [stdout] = note: if there is a `mod declarations` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> packages/animals_canister/src/certified_data.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | pub static ASSET_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/../animals_frontend/dist"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: "/opt/rustwide/workdir/packages/animals_canister/../animals_frontend/dist" is not a directory [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `animals_canister` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "4278b3c2354e79f5c9b066705527d10a8c1f054b4bb604ea6a34e9512d4d2432", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4278b3c2354e79f5c9b066705527d10a8c1f054b4bb604ea6a34e9512d4d2432", kill_on_drop: false }` [INFO] [stdout] 4278b3c2354e79f5c9b066705527d10a8c1f054b4bb604ea6a34e9512d4d2432