[INFO] cloning repository https://github.com/biojet1/librsvg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/biojet1/librsvg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiojet1%2Flibrsvg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiojet1%2Flibrsvg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e3dc21639753f8401a3e1fb1525a7401cb97319 [INFO] testing biojet1/librsvg against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiojet1%2Flibrsvg" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/biojet1/librsvg on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/biojet1/librsvg [INFO] finished tweaking git repo https://github.com/biojet1/librsvg [INFO] tweaked toml for git repo https://github.com/biojet1/librsvg written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/biojet1/librsvg already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 162ab82b3fca47a6076de0bebe1490234ac652fb5892ea2e74c20f823ba2f32c [INFO] running `Command { std: "docker" "start" "-a" "162ab82b3fca47a6076de0bebe1490234ac652fb5892ea2e74c20f823ba2f32c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "162ab82b3fca47a6076de0bebe1490234ac652fb5892ea2e74c20f823ba2f32c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "162ab82b3fca47a6076de0bebe1490234ac652fb5892ea2e74c20f823ba2f32c", kill_on_drop: false }` [INFO] [stdout] 162ab82b3fca47a6076de0bebe1490234ac652fb5892ea2e74c20f823ba2f32c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bf72dfeb267bbcb4eeb74b661cf17f375725fd9bc4f695602e51793a1d50075 [INFO] running `Command { std: "docker" "start" "-a" "3bf72dfeb267bbcb4eeb74b661cf17f375725fd9bc4f695602e51793a1d50075", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling version-compare v0.0.11 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling gio v0.14.0 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling bytemuck v1.7.0 [INFO] [stderr] Compiling rctree v0.3.3 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling cfg-expr v0.7.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling data-url v0.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling approx v0.5.0 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling matrixmultiply v0.3.1 [INFO] [stderr] Compiling rgb v0.8.27 [INFO] [stderr] Compiling dtoa-short v0.3.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling tendril v0.4.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling simba v0.5.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling string_cache v0.8.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling markup5ever v0.10.1 [INFO] [stderr] Compiling locale_config v0.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling nalgebra-macros v0.1.0 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling nalgebra v0.27.1 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling proc-macro-crate v1.0.0 [INFO] [stderr] Compiling system-deps v3.1.2 [INFO] [stderr] Compiling glib-macros v0.14.1 [INFO] [stderr] Compiling xml5ever v0.16.1 [INFO] [stderr] Compiling glib-sys v0.14.0 [INFO] [stderr] Compiling gobject-sys v0.14.0 [INFO] [stderr] Compiling gio-sys v0.14.0 [INFO] [stderr] Compiling pango-sys v0.14.0 [INFO] [stderr] Compiling cairo-sys-rs v0.14.0 [INFO] [stderr] Compiling pangocairo-sys v0.14.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.14.0 [INFO] [stderr] Compiling librsvg v2.51.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling glib v0.14.2 [INFO] [stderr] Compiling pango v0.14.0 [INFO] [stderr] Compiling cairo-rs v0.14.1 [INFO] [stderr] Compiling pangocairo v0.14.0 [INFO] [stderr] Compiling gdk-pixbuf v0.14.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 408 | let r = func_or_default!(func_r_node, FeFuncR); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 409 | let g = func_or_default!(func_g_node, FeFuncG); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 410 | let b = func_or_default!(func_b_node, FeFuncB); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 411 | let a = func_or_default!(func_a_node, FeFuncA); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial` [INFO] [stdout] --> src/drawing_ctx.rs:1759:5 [INFO] [stdout] | [INFO] [stdout] 1759 | pub initial: Transform, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:143:46 [INFO] [stdout] | [INFO] [stdout] 143 | #![warn(nonstandard_style, rust_2018_idioms, unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `CompositingAffines` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/drawing_ctx.rs:1756:10 [INFO] [stdout] | [INFO] [stdout] 1756 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/xml/mod.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StyleContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/xml/mod.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/surface_utils/shared_surface.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | state: T, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ImageSurface` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/surface_utils/shared_surface.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.51s [INFO] running `Command { std: "docker" "inspect" "3bf72dfeb267bbcb4eeb74b661cf17f375725fd9bc4f695602e51793a1d50075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bf72dfeb267bbcb4eeb74b661cf17f375725fd9bc4f695602e51793a1d50075", kill_on_drop: false }` [INFO] [stdout] 3bf72dfeb267bbcb4eeb74b661cf17f375725fd9bc4f695602e51793a1d50075 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1b2e234babcba5d0b9904e5faab4a44245301a101ffb37f86fb42a926444ea4 [INFO] running `Command { std: "docker" "start" "-a" "d1b2e234babcba5d0b9904e5faab4a44245301a101ffb37f86fb42a926444ea4", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling const-cstr v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling pom v3.2.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v2.11.2 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 408 | let r = func_or_default!(func_r_node, FeFuncR); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 409 | let g = func_or_default!(func_g_node, FeFuncG); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 410 | let b = func_or_default!(func_b_node, FeFuncB); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 411 | let a = func_or_default!(func_a_node, FeFuncA); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initial` [INFO] [stdout] --> src/drawing_ctx.rs:1759:5 [INFO] [stdout] | [INFO] [stdout] 1759 | pub initial: Transform, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:143:46 [INFO] [stdout] | [INFO] [stdout] 143 | #![warn(nonstandard_style, rust_2018_idioms, unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `CompositingAffines` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/drawing_ctx.rs:1756:10 [INFO] [stdout] | [INFO] [stdout] 1756 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/xml/mod.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StyleContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/xml/mod.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/surface_utils/shared_surface.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | state: T, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ImageSurface` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/surface_utils/shared_surface.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling predicates v2.0.0 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling assert_cmd v1.0.7 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling proptest v0.10.1 [INFO] [stderr] Compiling lopdf v0.26.0 [INFO] [stderr] Compiling test-generator v0.3.0 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling librsvg v2.51.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 408 | let r = func_or_default!(func_r_node, FeFuncR); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 409 | let g = func_or_default!(func_g_node, FeFuncG); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 410 | let b = func_or_default!(func_b_node, FeFuncB); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/filters/component_transfer.rs:275:10 [INFO] [stdout] | [INFO] [stdout] 275 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 411 | let a = func_or_default!(func_a_node, FeFuncA); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `func_or_default` (in Nightly builds, run with -Z macro-backtrace for more info) [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/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.proportional.e1c7ebc6-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25.4ybz86bn4f6t89dj.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblibrsvg-cfb6b2aca843bf0b.rlib" "/opt/rustwide/target/debug/deps/libpangocairo-9f2a189f599dd27d.rlib" "/opt/rustwide/target/debug/deps/libpango_cairo_sys-41f96b64f48c3f6b.rlib" "/opt/rustwide/target/debug/deps/librctree-0248121ce6ba33a6.rlib" "/opt/rustwide/target/debug/deps/libxml5ever-cb8fa550dcdf930e.rlib" "/opt/rustwide/target/debug/deps/libtime-560596bd5c4a9689.rlib" "/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-cd507f5ba7cce56a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-e60ac44802791d01.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a01cf758b2321964.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-50c2a8e818368a21.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-eb954e74fa6117d3.rlib" "/opt/rustwide/target/debug/deps/librgb-243ce353580db7f3.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-673938733fb001d6.rlib" "/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib" "/opt/rustwide/target/debug/deps/libcast-2dfa9ba49c3acffa.rlib" "/opt/rustwide/target/debug/deps/librayon-10676237cfc887aa.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0b9ca0d3d7959309.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-85e93647f7250ab6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d50d6a564e00e02c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a3d6a822e3414bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-57ac68445a84688d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c93230d2c8eb1bc7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c079f7c57dd512a6.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-656eef6934cbb6e9.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-06b3db7d3fa4737e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-88e4648eec90a290.rlib" "/opt/rustwide/target/debug/deps/libtypenum-8d9d963830b894ef.rlib" "/opt/rustwide/target/debug/deps/libsimba-c7cdea88e405cf99.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-b5fc61c455452af3.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-bc4a44686be05b55.rlib" "/opt/rustwide/target/debug/deps/librawpointer-6f2190d0a178b7fa.rlib" "/opt/rustwide/target/debug/deps/libapprox-f83f4a64300d3add.rlib" "/opt/rustwide/target/debug/deps/libpango-1662535cbbb33a6c.rlib" "/opt/rustwide/target/debug/deps/libpango_sys-6188dbeebe66f2d1.rlib" "/opt/rustwide/target/debug/deps/libselectors-3fd5bbb90d8b48d2.rlib" "/opt/rustwide/target/debug/deps/libthin_slice-9cec7a931dcc63fc.rlib" "/opt/rustwide/target/debug/deps/libservo_arc-19759def603ed71c.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a7411811f8affdf0.rlib" "/opt/rustwide/target/debug/deps/libnodrop-a8665a7dcf8d6109.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libfxhash-e2bbac7e1bf7d43b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libdata_url-8fe819bc3a4a40fd.rlib" "/opt/rustwide/target/debug/deps/libgdk_pixbuf-02d5b6ecaf84b3f7.rlib" "/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-984339d54a56c4fa.rlib" "/opt/rustwide/target/debug/deps/libgio-56c3d68e80246e4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-6ebe1a82fb31a710.rlib" "/opt/rustwide/target/debug/deps/libgio_sys-88852ed6dba732f2.rlib" "/opt/rustwide/target/debug/deps/liburl-c5afc5503008fa92.rlib" "/opt/rustwide/target/debug/deps/libidna-dbeebcc2f2dab64e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4e1dbc2e9fbc8334.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-558823217aa716f3.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7d79f1310ca303e8.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-186b4d50aeb6750b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/liblocale_config-b981f043275b0a16.rlib" "/opt/rustwide/target/debug/deps/libregex-bb2eb99988a4f3fa.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-57261455c72e3e09.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c0c2ed8e96932ec2.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-215e6eaf9b62f53d.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-e413a3d84762e78e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ecf9ce88dc3126a2.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-493135411c040810.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-f4b89bbdb10645bb.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-7c8bb2fc00589bd0.rlib" "/opt/rustwide/target/debug/deps/libserde-3c23fd9b0fa528ce.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libtendril-a53419ce20762fb6.rlib" "/opt/rustwide/target/debug/deps/libutf8-3c86c328d48f5266.rlib" "/opt/rustwide/target/debug/deps/libfutf-7622d5276bb56ab2.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-fe2fe0fbad6e871a.rlib" "/opt/rustwide/target/debug/deps/libmac-ff0e8ee2eae78535.rlib" "/opt/rustwide/target/debug/deps/libcssparser-f44bc6bf52ec011c.rlib" "/opt/rustwide/target/debug/deps/libitoa-233da835b39c05ce.rlib" "/opt/rustwide/target/debug/deps/libdtoa_short-b32ebd00c0d9d67d.rlib" "/opt/rustwide/target/debug/deps/libdtoa-0435f60421215b0f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libphf-f00db871fb928566.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-94bd5d82a54cf5b0.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6aaaea919ef70f3e.rlib" "/opt/rustwide/target/debug/deps/libcairo-e22bef3dadf0d010.rlib" "/opt/rustwide/target/debug/deps/libthiserror-b26f9b71ea61a0e2.rlib" "/opt/rustwide/target/debug/deps/libglib-b6796ae14037ac79.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-53589d7cfc1bc3b0.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-48df39393c3011e4.rlib" "/opt/rustwide/target/debug/deps/libslab-cbaf1199efcec976.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cd107537ca905c26.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-9378d502cbb9fe69.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fa9386671a4e8e23.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-e0876b39464315c9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-20d6ad975f95873c.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-9c789579667f242e.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-94db8be94ef0afd8.rlib" "/opt/rustwide/target/debug/deps/liblibc-b952dd8c2798e05b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lpangoft2-1.0" "-lpangocairo-1.0" "-lpango-1.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lgio-2.0" "-lxml2" "-lpng16" "-lz" "-lfontconfig" "-lfreetype" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lpangocairo-1.0" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lharfbuzz" "-lcairo" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lgobject-2.0" "-lglib-2.0" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/proportional-fe2b708139b0cb25" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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 `librsvg` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.src.091e54e0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb.3nvjx25h72zy1nlc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libfontconfig_sys-26b0f063d4f99233.rlib" "/opt/rustwide/target/debug/deps/libconst_cstr-0349449377fea7d3.rlib" "/opt/rustwide/target/debug/deps/liblopdf-d9eb1f0ffeaa803f.rlib" "/opt/rustwide/target/debug/deps/libpom-63c64c3e29647f30.rlib" "/opt/rustwide/target/debug/deps/libtime-8c1159948dbc8a8c.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-3f75db03d882ed0c.rlib" "/opt/rustwide/target/debug/deps/libstandback-228dd35e5244fda4.rlib" "/opt/rustwide/target/debug/deps/liblzw-380b70f9536928dd.rlib" "/opt/rustwide/target/debug/deps/libflate2-3cec54de6b2275a6.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fd871e0602108602.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-2d73749d53e508e5.rlib" "/opt/rustwide/target/debug/deps/liblibrsvg-cfb6b2aca843bf0b.rlib" "/opt/rustwide/target/debug/deps/libpangocairo-9f2a189f599dd27d.rlib" "/opt/rustwide/target/debug/deps/libpango_cairo_sys-41f96b64f48c3f6b.rlib" "/opt/rustwide/target/debug/deps/librctree-0248121ce6ba33a6.rlib" "/opt/rustwide/target/debug/deps/libxml5ever-cb8fa550dcdf930e.rlib" "/opt/rustwide/target/debug/deps/libencoding-7d20ebc0240b578f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-cd507f5ba7cce56a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-e60ac44802791d01.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a01cf758b2321964.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-50c2a8e818368a21.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-eb954e74fa6117d3.rlib" "/opt/rustwide/target/debug/deps/librgb-243ce353580db7f3.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-673938733fb001d6.rlib" "/opt/rustwide/target/debug/deps/libitertools-26ded0679b1c8c41.rlib" "/opt/rustwide/target/debug/deps/libcast-2dfa9ba49c3acffa.rlib" "/opt/rustwide/target/debug/deps/librayon-10676237cfc887aa.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0b9ca0d3d7959309.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-85e93647f7250ab6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d50d6a564e00e02c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a3d6a822e3414bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-57ac68445a84688d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c93230d2c8eb1bc7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c079f7c57dd512a6.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-656eef6934cbb6e9.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-06b3db7d3fa4737e.rlib" "/opt/rustwide/target/debug/deps/libtypenum-8d9d963830b894ef.rlib" "/opt/rustwide/target/debug/deps/libsimba-c7cdea88e405cf99.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-b5fc61c455452af3.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-bc4a44686be05b55.rlib" "/opt/rustwide/target/debug/deps/librawpointer-6f2190d0a178b7fa.rlib" "/opt/rustwide/target/debug/deps/libapprox-f83f4a64300d3add.rlib" "/opt/rustwide/target/debug/deps/libpango-1662535cbbb33a6c.rlib" "/opt/rustwide/target/debug/deps/libpango_sys-6188dbeebe66f2d1.rlib" "/opt/rustwide/target/debug/deps/libselectors-3fd5bbb90d8b48d2.rlib" "/opt/rustwide/target/debug/deps/libthin_slice-9cec7a931dcc63fc.rlib" "/opt/rustwide/target/debug/deps/libservo_arc-19759def603ed71c.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-a7411811f8affdf0.rlib" "/opt/rustwide/target/debug/deps/libnodrop-a8665a7dcf8d6109.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libfxhash-e2bbac7e1bf7d43b.rlib" "/opt/rustwide/target/debug/deps/libdata_url-8fe819bc3a4a40fd.rlib" "/opt/rustwide/target/debug/deps/libgdk_pixbuf-02d5b6ecaf84b3f7.rlib" "/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-984339d54a56c4fa.rlib" "/opt/rustwide/target/debug/deps/libgio-56c3d68e80246e4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-6ebe1a82fb31a710.rlib" "/opt/rustwide/target/debug/deps/libgio_sys-88852ed6dba732f2.rlib" "/opt/rustwide/target/debug/deps/liburl-c5afc5503008fa92.rlib" "/opt/rustwide/target/debug/deps/libidna-dbeebcc2f2dab64e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-4e1dbc2e9fbc8334.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-558823217aa716f3.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7d79f1310ca303e8.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-186b4d50aeb6750b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/liblocale_config-b981f043275b0a16.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-215e6eaf9b62f53d.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-493135411c040810.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-f4b89bbdb10645bb.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-7c8bb2fc00589bd0.rlib" "/opt/rustwide/target/debug/deps/libtendril-a53419ce20762fb6.rlib" "/opt/rustwide/target/debug/deps/libutf8-3c86c328d48f5266.rlib" "/opt/rustwide/target/debug/deps/libfutf-7622d5276bb56ab2.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-fe2fe0fbad6e871a.rlib" "/opt/rustwide/target/debug/deps/libmac-ff0e8ee2eae78535.rlib" "/opt/rustwide/target/debug/deps/libcssparser-f44bc6bf52ec011c.rlib" "/opt/rustwide/target/debug/deps/libitoa-233da835b39c05ce.rlib" "/opt/rustwide/target/debug/deps/libdtoa_short-b32ebd00c0d9d67d.rlib" "/opt/rustwide/target/debug/deps/libdtoa-0435f60421215b0f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libphf-f00db871fb928566.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-94bd5d82a54cf5b0.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6aaaea919ef70f3e.rlib" "/opt/rustwide/target/debug/deps/libcairo-e22bef3dadf0d010.rlib" "/opt/rustwide/target/debug/deps/libthiserror-b26f9b71ea61a0e2.rlib" "/opt/rustwide/target/debug/deps/libglib-b6796ae14037ac79.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-53589d7cfc1bc3b0.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-48df39393c3011e4.rlib" "/opt/rustwide/target/debug/deps/libslab-cbaf1199efcec976.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cd107537ca905c26.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-9378d502cbb9fe69.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fa9386671a4e8e23.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-e0876b39464315c9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-20d6ad975f95873c.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-9c789579667f242e.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-94db8be94ef0afd8.rlib" "/opt/rustwide/target/debug/deps/libpng-13ab5c039b0c2491.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libdeflate-cb4d95640e47c57e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libtempfile-d686dbe503bc25b8.rlib" "/opt/rustwide/target/debug/deps/librand-a7e96f8badb1ee22.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-486ac3adb2373aa4.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-5f3b4ad794ed3ba0.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4145fca39a7d2d89.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libchrono-1fab1f4976ef005c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-88e4648eec90a290.rlib" "/opt/rustwide/target/debug/deps/libtime-560596bd5c4a9689.rlib" "/opt/rustwide/target/debug/deps/libassert_cmd-a33761563a6aad00.rlib" "/opt/rustwide/target/debug/deps/libwait_timeout-8f36941ca48dc204.rlib" "/opt/rustwide/target/debug/deps/liblibc-b952dd8c2798e05b.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-bfd31d5719ff7f69.rlib" "/opt/rustwide/target/debug/deps/libbstr-7f0710fd89d5dc52.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-cce5214985838d75.rlib" "/opt/rustwide/target/debug/deps/libserde-3c23fd9b0fa528ce.rlib" "/opt/rustwide/target/debug/deps/libpredicates_tree-f9ea4b489c735227.rlib" "/opt/rustwide/target/debug/deps/libtreeline-94576853f99db997.rlib" "/opt/rustwide/target/debug/deps/libpredicates-3a7f6007eb8a40bc.rlib" "/opt/rustwide/target/debug/deps/libregex-bb2eb99988a4f3fa.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-57261455c72e3e09.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c0c2ed8e96932ec2.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/libitertools-4584bcfa222d8e0a.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libdifflib-e7915d482eb4d812.rlib" "/opt/rustwide/target/debug/deps/libnormalize_line_endings-2d5d80f9c86f8e07.rlib" "/opt/rustwide/target/debug/deps/libpredicates_core-3cdaf923c35547e8.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-e413a3d84762e78e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ecf9ce88dc3126a2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lfontconfig" "-lfreetype" "-lpangoft2-1.0" "-lpangocairo-1.0" "-lpango-1.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lgio-2.0" "-lxml2" "-lpng16" "-lz" "-lfontconfig" "-lfreetype" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lpangocairo-1.0" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lharfbuzz" "-lcairo" "-lpango-1.0" "-lgobject-2.0" "-lglib-2.0" "-lharfbuzz" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lgobject-2.0" "-lglib-2.0" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/src-4a9892de0bebaecb" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `librsvg` due to 2 previous errors [INFO] [stdout] warning: field is never read: `initial` [INFO] [stdout] --> src/drawing_ctx.rs:1759:5 [INFO] [stdout] | [INFO] [stdout] 1759 | pub initial: Transform, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:143:46 [INFO] [stdout] | [INFO] [stdout] 143 | #![warn(nonstandard_style, rust_2018_idioms, unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `CompositingAffines` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/drawing_ctx.rs:1756:10 [INFO] [stdout] | [INFO] [stdout] 1756 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/xml/mod.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StyleContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/xml/mod.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/surface_utils/shared_surface.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | state: T, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ImageSurface` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/surface_utils/shared_surface.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d1b2e234babcba5d0b9904e5faab4a44245301a101ffb37f86fb42a926444ea4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1b2e234babcba5d0b9904e5faab4a44245301a101ffb37f86fb42a926444ea4", kill_on_drop: false }` [INFO] [stdout] d1b2e234babcba5d0b9904e5faab4a44245301a101ffb37f86fb42a926444ea4