[INFO] updating cached repository franleplant/juliaSets.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/franleplant/juliaSets.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/franleplant/juliaSets.rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/franleplant/juliaSets.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/franleplant/juliaSets.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/franleplant/juliaSets.rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/franleplant/juliaSets.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/franleplant/juliaSets.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a2f6378656cfc3a4962dfbf10bdaeee36bd5ed54 [INFO] sha for GitHub repo franleplant/juliaSets.rs: a2f6378656cfc3a4962dfbf10bdaeee36bd5ed54 [INFO] validating manifest of franleplant/juliaSets.rs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of franleplant/juliaSets.rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing franleplant/juliaSets.rs [INFO] finished frobbing franleplant/juliaSets.rs [INFO] frobbed toml for franleplant/juliaSets.rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/franleplant/juliaSets.rs/Cargo.toml [INFO] started frobbing franleplant/juliaSets.rs [INFO] finished frobbing franleplant/juliaSets.rs [INFO] frobbed toml for franleplant/juliaSets.rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/franleplant/juliaSets.rs/Cargo.toml [INFO] crate franleplant/juliaSets.rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing franleplant/juliaSets.rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/franleplant/juliaSets.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 04fa8db2edb7b6cd44aedf654f8d8c13c7af45131e413a149b2bc02c545706d6 [INFO] running `"docker" "start" "-a" "04fa8db2edb7b6cd44aedf654f8d8c13c7af45131e413a149b2bc02c545706d6"` [INFO] [stderr] Compiling fixedbitset v0.1.7 [INFO] [stderr] Compiling adler32 v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling stb_truetype v0.2.1 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling pistoncore-input v0.18.0 [INFO] [stderr] Compiling conrod_derive v0.1.0 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling deflate v0.7.15 [INFO] [stderr] Compiling petgraph v0.4.5 [INFO] [stderr] Compiling rusttype v0.2.1 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.1/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling daggy v0.5.0 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling conrod v0.54.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.15.0 [INFO] [stderr] Compiling fractals v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `"docker" "inspect" "04fa8db2edb7b6cd44aedf654f8d8c13c7af45131e413a149b2bc02c545706d6"` [INFO] running `"docker" "rm" "-f" "04fa8db2edb7b6cd44aedf654f8d8c13c7af45131e413a149b2bc02c545706d6"` [INFO] [stdout] 04fa8db2edb7b6cd44aedf654f8d8c13c7af45131e413a149b2bc02c545706d6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/franleplant/juliaSets.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 2b2c050ddd04ae98834ce6d769482b94376c1272bf55aad81474ec0ee8d3abac [INFO] running `"docker" "start" "-a" "2b2c050ddd04ae98834ce6d769482b94376c1272bf55aad81474ec0ee8d3abac"` [INFO] [stderr] Compiling fractals v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `color_by_index_factory` in this scope [INFO] [stderr] --> src/colorizer.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let f = color_by_index_factory(1.0 as f32, 0.0 as f32, 0.7f32, 0.6f32, 0.9f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `test_color_by_index_factory` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `fractals`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b2c050ddd04ae98834ce6d769482b94376c1272bf55aad81474ec0ee8d3abac"` [INFO] running `"docker" "rm" "-f" "2b2c050ddd04ae98834ce6d769482b94376c1272bf55aad81474ec0ee8d3abac"` [INFO] [stdout] 2b2c050ddd04ae98834ce6d769482b94376c1272bf55aad81474ec0ee8d3abac