[INFO] cloning repository https://github.com/Schmiddiii/work_calc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Schmiddiii/work_calc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSchmiddiii%2Fwork_calc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSchmiddiii%2Fwork_calc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cee7c33764bf8ab9744d863838b5379bb46b8d39 [INFO] checking Schmiddiii/work_calc against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSchmiddiii%2Fwork_calc" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Schmiddiii/work_calc on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Schmiddiii/work_calc [INFO] finished tweaking git repo https://github.com/Schmiddiii/work_calc [INFO] tweaked toml for git repo https://github.com/Schmiddiii/work_calc written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Schmiddiii/work_calc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sized-chunks v0.6.5 [INFO] [stderr] Downloaded printpdf v0.3.4 [INFO] [stderr] Downloaded kurbo v0.6.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c394c6358edbc41d20555cd47f71c01fb235784b82b86598b3ca7eb5580e3572 [INFO] running `Command { std: "docker" "start" "-a" "c394c6358edbc41d20555cd47f71c01fb235784b82b86598b3ca7eb5580e3572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c394c6358edbc41d20555cd47f71c01fb235784b82b86598b3ca7eb5580e3572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c394c6358edbc41d20555cd47f71c01fb235784b82b86598b3ca7eb5580e3572", kill_on_drop: false }` [INFO] [stdout] c394c6358edbc41d20555cd47f71c01fb235784b82b86598b3ca7eb5580e3572 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1848f7657236a4f2c70593afa4b8c43f2a8b98c37b526648843f07f64e0dbc03 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1848f7657236a4f2c70593afa4b8c43f2a8b98c37b526648843f07f64e0dbc03", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking futures-core v0.3.14 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Checking futures-task v0.3.14 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling cairo-rs v0.8.1 [INFO] [stderr] Compiling gio v0.8.1 [INFO] [stderr] Compiling const_fn v0.4.7 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking futures-io v0.3.14 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling gdk v0.12.1 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Checking weezl v0.1.5 [INFO] [stderr] Checking unicode-segmentation v1.7.1 [INFO] [stderr] Compiling gtk v0.8.1 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking bytemuck v1.5.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking unic-langid-impl v0.9.0 [INFO] [stderr] Checking futures-channel v0.3.14 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking kurbo v0.6.3 [INFO] [stderr] Checking type-map v0.4.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.26 [INFO] [stderr] Compiling im v15.0.0 [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking gif v0.11.2 [INFO] [stderr] Checking crc32fast v1.2.1 [INFO] [stderr] Checking unic-langid v0.9.0 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking intl_pluralrules v7.0.1 [INFO] [stderr] Checking fluent-langneg v0.13.0 [INFO] [stderr] Checking intl-memoizer v0.5.1 [INFO] [stderr] Checking simple_logger v1.11.0 [INFO] [stderr] Checking piet v0.1.0 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Checking flate2 v1.0.20 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Checking ordered-float v1.1.1 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking sized-chunks v0.6.5 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling druid-derive v0.3.1 [INFO] [stderr] Checking futures-util v0.3.14 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking lopdf v0.26.0 [INFO] [stderr] Checking futures-executor v0.3.14 [INFO] [stderr] Checking glib v0.9.3 [INFO] [stderr] Checking printpdf v0.3.4 [INFO] [stderr] Checking rental v0.5.5 [INFO] [stderr] Checking piet-cairo v0.1.0 [INFO] [stderr] Checking piet-common v0.1.1 [INFO] [stderr] Checking fluent-bundle v0.12.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking ron v0.6.4 [INFO] [stderr] Checking druid-shell v0.6.0 [INFO] [stderr] Checking druid v0.6.0 [INFO] [stderr] Checking work_calc v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/write_to_pdf.rs:484:9 [INFO] [stdout] | [INFO] [stdout] 484 | PDF_FONT_SIZE, [INFO] [stdout] | ^^^^^^^^^^^^^ expected `f64`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `f64`, producing the floating point representation of the integer, rounded if necessary [INFO] [stdout] | [INFO] [stdout] 484 | PDF_FONT_SIZE as f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `work_calc` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/write_to_pdf.rs:484:9 [INFO] [stdout] | [INFO] [stdout] 484 | PDF_FONT_SIZE, [INFO] [stdout] | ^^^^^^^^^^^^^ expected `f64`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to an `f64`, producing the floating point representation of the integer, rounded if necessary [INFO] [stdout] | [INFO] [stdout] 484 | PDF_FONT_SIZE as f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1848f7657236a4f2c70593afa4b8c43f2a8b98c37b526648843f07f64e0dbc03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1848f7657236a4f2c70593afa4b8c43f2a8b98c37b526648843f07f64e0dbc03", kill_on_drop: false }` [INFO] [stdout] 1848f7657236a4f2c70593afa4b8c43f2a8b98c37b526648843f07f64e0dbc03