[INFO] updating cached repository https://github.com/garrettpauls/conrod_testbed [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9d22e4e6a826d7f725cdd598875159582fc90ee4 [INFO] checking garrettpauls/conrod_testbed against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgarrettpauls%2Fconrod_testbed" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/garrettpauls/conrod_testbed on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/garrettpauls/conrod_testbed [INFO] finished tweaking git repo https://github.com/garrettpauls/conrod_testbed [INFO] tweaked toml for git repo https://github.com/garrettpauls/conrod_testbed written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/garrettpauls/conrod_testbed already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0256ef3242f8d72f7cce75e4f1324d07e0d1f1f55b1d3d7584d0e17c0d8bc1e4 [INFO] running `"docker" "start" "-a" "0256ef3242f8d72f7cce75e4f1324d07e0d1f1f55b1d3d7584d0e17c0d8bc1e4"` [INFO] [stderr] Checking ttf-noto-sans v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Checking rustc-hash v1.0.1 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Checking num_cpus v1.9.0 [INFO] [stderr] Checking nix v0.12.0 [INFO] [stderr] Checking rand_os v0.1.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking num-complex v0.2.1 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking daggy v0.5.0 [INFO] [stderr] Checking backtrace-sys v0.1.28 [INFO] [stderr] Checking x11-dl v2.18.3 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking num-iter v0.1.37 [INFO] [stderr] Compiling syn v0.15.24 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking rusttype v0.7.3 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] Checking andrew v0.1.5 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking wayland-commons v0.21.10 [INFO] [stderr] Checking wayland-client v0.21.10 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Checking wayland-protocols v0.21.10 [INFO] [stderr] Compiling conrod_derive v0.62.0 [INFO] [stderr] Checking smithay-client-toolkit v0.4.4 [INFO] [stderr] Checking pistoncore-input v0.23.0 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking conrod_core v0.62.0 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking glium v0.23.0 [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/primitive/text.rs:32:24 [INFO] [stderr] | [INFO] [stderr] 32 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/primitive/text.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/primitive/text.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/bordered_rectangle.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/bordered_rectangle.rs:52:24 [INFO] [stderr] | [INFO] [stderr] 52 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/bordered_rectangle.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/button.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/button.rs:31:24 [INFO] [stderr] | [INFO] [stderr] 31 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/button.rs:34:24 [INFO] [stderr] | [INFO] [stderr] 34 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/button.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/button.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/button.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:65:24 [INFO] [stderr] | [INFO] [stderr] 65 | #[conrod(default = "theme.background_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:68:24 [INFO] [stderr] | [INFO] [stderr] 68 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:78:24 [INFO] [stderr] | [INFO] [stderr] 78 | #[conrod(default = "theme.padding.x.start")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | #[conrod(default = "theme.padding.x.end")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:84:24 [INFO] [stderr] | [INFO] [stderr] 84 | #[conrod(default = "theme.padding.y.start")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | #[conrod(default = "theme.padding.y.end")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:94:24 [INFO] [stderr] | [INFO] [stderr] 94 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/canvas.rs:97:24 [INFO] [stderr] | [INFO] [stderr] 97 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/collapsible_area.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/collapsible_area.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/collapsible_area.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/collapsible_area.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/collapsible_area.rs:56:24 [INFO] [stderr] | [INFO] [stderr] 56 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/drop_down_list.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/drop_down_list.rs:36:24 [INFO] [stderr] | [INFO] [stderr] 36 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/drop_down_list.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/drop_down_list.rs:42:24 [INFO] [stderr] | [INFO] [stderr] 42 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/drop_down_list.rs:45:24 [INFO] [stderr] | [INFO] [stderr] 45 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/drop_down_list.rs:66:24 [INFO] [stderr] | [INFO] [stderr] 66 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/envelope_editor.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/envelope_editor.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/envelope_editor.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/envelope_editor.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/envelope_editor.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/envelope_editor.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/file_navigator/directory_view.rs:69:24 [INFO] [stderr] | [INFO] [stderr] 69 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/file_navigator/directory_view.rs:78:24 [INFO] [stderr] | [INFO] [stderr] 78 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/file_navigator/mod.rs:96:24 [INFO] [stderr] | [INFO] [stderr] 96 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/file_navigator/mod.rs:105:24 [INFO] [stderr] | [INFO] [stderr] 105 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/grid.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/list.rs:128:24 [INFO] [stderr] | [INFO] [stderr] 128 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/number_dialer.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/number_dialer.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/number_dialer.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/number_dialer.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/number_dialer.rs:56:24 [INFO] [stderr] | [INFO] [stderr] 56 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/number_dialer.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/plot_path.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/range_slider.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/range_slider.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/range_slider.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/range_slider.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/range_slider.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/range_slider.rs:52:24 [INFO] [stderr] | [INFO] [stderr] 52 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/scrollbar.rs:45:24 [INFO] [stderr] | [INFO] [stderr] 45 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/slider.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/slider.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/slider.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/slider.rs:52:24 [INFO] [stderr] | [INFO] [stderr] 52 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/slider.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/slider.rs:58:24 [INFO] [stderr] | [INFO] [stderr] 58 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/tabs.rs:58:24 [INFO] [stderr] | [INFO] [stderr] 58 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/tabs.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_box.rs:32:24 [INFO] [stderr] | [INFO] [stderr] 32 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_box.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_box.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_box.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_box.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_box.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_edit.rs:31:24 [INFO] [stderr] | [INFO] [stderr] 31 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_edit.rs:34:24 [INFO] [stderr] | [INFO] [stderr] 34 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/text_edit.rs:52:24 [INFO] [stderr] | [INFO] [stderr] 52 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/title_bar.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | #[conrod(default = "theme.background_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/title_bar.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/title_bar.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/title_bar.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/title_bar.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/title_bar.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/toggle.rs:31:24 [INFO] [stderr] | [INFO] [stderr] 31 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/toggle.rs:34:24 [INFO] [stderr] | [INFO] [stderr] 34 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/toggle.rs:37:24 [INFO] [stderr] | [INFO] [stderr] 37 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/toggle.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/toggle.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/toggle.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/xy_pad.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | #[conrod(default = "theme.shape_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/xy_pad.rs:42:24 [INFO] [stderr] | [INFO] [stderr] 42 | #[conrod(default = "theme.border_width")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/xy_pad.rs:45:24 [INFO] [stderr] | [INFO] [stderr] 45 | #[conrod(default = "theme.border_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/xy_pad.rs:48:24 [INFO] [stderr] | [INFO] [stderr] 48 | #[conrod(default = "theme.label_color")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/xy_pad.rs:51:24 [INFO] [stderr] | [INFO] [stderr] 51 | #[conrod(default = "theme.font_size_medium")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `theme` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod_core-0.62.0/src/widget/xy_pad.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | #[conrod(default = "theme.font_id")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 93 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `conrod_core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0256ef3242f8d72f7cce75e4f1324d07e0d1f1f55b1d3d7584d0e17c0d8bc1e4"` [INFO] running `"docker" "rm" "-f" "0256ef3242f8d72f7cce75e4f1324d07e0d1f1f55b1d3d7584d0e17c0d8bc1e4"` [INFO] [stdout] 0256ef3242f8d72f7cce75e4f1324d07e0d1f1f55b1d3d7584d0e17c0d8bc1e4