[INFO] updating cached repository https://github.com/tdaffin/conrod_bug [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] 60b4b365004a8cf5c97edfd16f0e866e0bca5e99 [INFO] checking tdaffin/conrod_bug against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdaffin%2Fconrod_bug" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tdaffin/conrod_bug 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/tdaffin/conrod_bug [INFO] finished tweaking git repo https://github.com/tdaffin/conrod_bug [INFO] tweaked toml for git repo https://github.com/tdaffin/conrod_bug written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/tdaffin/conrod_bug 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] a5b06699d9c729a54e6bea2e98669dd1dc2219559c4047515effc7b70c8a186b [INFO] running `"docker" "start" "-a" "a5b06699d9c729a54e6bea2e98669dd1dc2219559c4047515effc7b70c8a186b"` [INFO] [stderr] Compiling num-traits v0.2.7 [INFO] [stderr] Compiling num-integer v0.1.40 [INFO] [stderr] Compiling num-iter v0.1.38 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling conrod_derive v0.65.0 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking num-complex v0.2.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking rusttype v0.7.6 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking piston2d-graphics v0.30.0 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking gfx_core v0.8.3 [INFO] [stderr] Checking smithay-client-toolkit v0.4.5 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] Checking image v0.21.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking pistoncore-input v0.24.0 [INFO] [stderr] Checking piston2d-opengl_graphics v0.60.0 [INFO] [stderr] Checking pistoncore-window v0.37.0 [INFO] [stderr] Checking conrod_core v0.65.0 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking pistoncore-event_loop v0.42.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.65.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.65.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.65.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.65.0/src/widget/bordered_rectangle.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | #[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.65.0/src/widget/bordered_rectangle.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | #[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.65.0/src/widget/bordered_rectangle.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | #[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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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] Checking piston v0.42.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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.65.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] Checking pistoncore-glutin_window v0.54.0 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx_device_gl v0.15.5 [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" "a5b06699d9c729a54e6bea2e98669dd1dc2219559c4047515effc7b70c8a186b"` [INFO] running `"docker" "rm" "-f" "a5b06699d9c729a54e6bea2e98669dd1dc2219559c4047515effc7b70c8a186b"` [INFO] [stdout] a5b06699d9c729a54e6bea2e98669dd1dc2219559c4047515effc7b70c8a186b