[INFO] updating cached repository doxxx/raytracer [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/doxxx/raytracer [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/doxxx/raytracer" "work/ex/beta-1.38-1/sources/1.37.0/gh/doxxx/raytracer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/doxxx/raytracer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/doxxx/raytracer" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/doxxx/raytracer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/doxxx/raytracer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 27048ee94758fb681a3eb3796caf8db9824d1d11 [INFO] sha for GitHub repo doxxx/raytracer: 27048ee94758fb681a3eb3796caf8db9824d1d11 [INFO] validating manifest of doxxx/raytracer on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of doxxx/raytracer on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing doxxx/raytracer [INFO] finished frobbing doxxx/raytracer [INFO] frobbed toml for doxxx/raytracer written to work/ex/beta-1.38-1/sources/1.37.0/gh/doxxx/raytracer/Cargo.toml [INFO] started frobbing doxxx/raytracer [INFO] finished frobbing doxxx/raytracer [INFO] frobbed toml for doxxx/raytracer written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/doxxx/raytracer/Cargo.toml [INFO] crate doxxx/raytracer already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing doxxx/raytracer against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/doxxx/raytracer:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] d62338b81615d0d2123ad75d7d661b83247caaa1dd7d8cd98363f039560f7c09 [INFO] running `"docker" "start" "-a" "d62338b81615d0d2123ad75d7d661b83247caaa1dd7d8cd98363f039560f7c09"` [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling libc v0.2.26 [INFO] [stderr] Compiling adler32 v1.0.0 [INFO] [stderr] Compiling num-complex v0.2.0 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling wavefront_obj v5.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling peg v0.5.4 [INFO] [stderr] Compiling deflate v0.7.14 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling png v0.8.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling pbr v1.0.0 [INFO] [stderr] Compiling clap v2.25.1 [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:89:167 [INFO] [stderr] | [INFO] [stderr] 89 | fn __parse_object_shape < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_planar_shape ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_mesh ( __input , __state , __pos , renderOptions ) } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:91:167 [INFO] [stderr] | [INFO] [stderr] 91 | fn __parse_planar_shape < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_plane ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_xyrect ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_xzrect ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_zyrect ( __input , __state , __pos , renderOptions ) } } } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:93:166 [INFO] [stderr] | [INFO] [stderr] 93 | fn __parse_solid_shape < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_sphere ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_cylinder ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_torus ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_cube ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_csg ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_homogenous_medium ( __input , __state , __pos , renderOptions ) } } } } } } } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:95:158 [INFO] [stderr] | [INFO] [stderr] 95 | fn __parse_csg < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_csg_union ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_csg_intersection ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_csg_difference ( __input , __state , __pos , renderOptions ) } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:97:164 [INFO] [stderr] | [INFO] [stderr] 97 | fn __parse_csg_union < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "union" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , a ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , b ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:101:171 [INFO] [stderr] | [INFO] [stderr] 101 | fn __parse_csg_intersection < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "intersection" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , a ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , b ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:105:169 [INFO] [stderr] | [INFO] [stderr] 105 | fn __parse_csg_difference < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "difference" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , a ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , b ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:109:161 [INFO] [stderr] | [INFO] [stderr] 109 | fn __parse_sphere < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "sphere" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = match __parse_radius ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:115:163 [INFO] [stderr] | [INFO] [stderr] 115 | fn __parse_cylinder < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "cylinder" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_radius ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_height ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:119:160 [INFO] [stderr] | [INFO] [stderr] 119 | fn __parse_torus < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "torus" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_radius ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , r1 ) => { { let __seq_res = __parse_radius ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , r2 ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:123:160 [INFO] [stderr] | [INFO] [stderr] 123 | fn __parse_plane < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "plane" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_plane_normal ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , n ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:131:159 [INFO] [stderr] | [INFO] [stderr] 131 | fn __parse_mesh < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "mesh" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_mesh_file ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , p ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:137:161 [INFO] [stderr] | [INFO] [stderr] 137 | fn __parse_xyrect < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "xyrect" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_width ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , w ) => { { let __seq_res = __parse_height ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_reverse ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:141:161 [INFO] [stderr] | [INFO] [stderr] 141 | fn __parse_xzrect < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "xzrect" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_width ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , w ) => { { let __seq_res = __parse_height ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_reverse ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:145:161 [INFO] [stderr] | [INFO] [stderr] 145 | fn __parse_zyrect < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "zyrect" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_width ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , w ) => { { let __seq_res = __parse_height ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_reverse ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:155:159 [INFO] [stderr] | [INFO] [stderr] 155 | fn __parse_cube < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "cube" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_point ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , p1 ) => { { let __seq_res = __parse_point ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , p2 ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:159:172 [INFO] [stderr] | [INFO] [stderr] 159 | fn __parse_homogenous_medium < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "homogenous_medium" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_density ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , density ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , boundary ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:167:170 [INFO] [stderr] | [INFO] [stderr] 167 | fn __parse_object_material < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "material" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_material ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , material ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:171:163 [INFO] [stderr] | [INFO] [stderr] 171 | fn __parse_material < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_lambertian ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_metal ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_dielectric ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_diffuse_light ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_isotropic ( __input , __state , __pos , renderOptions ) } } } } } } } } } [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:173:165 [INFO] [stderr] | [INFO] [stderr] 173 | fn __parse_lambertian < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "lambertian" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:177:160 [INFO] [stderr] | [INFO] [stderr] 177 | fn __parse_metal < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "metal" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_fuzz ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , fuzz ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:183:165 [INFO] [stderr] | [INFO] [stderr] 183 | fn __parse_dielectric < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "dielectric" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_ior ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , ior ) => { { let __seq_res = match __parse_fuzz ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , fuzz ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:189:168 [INFO] [stderr] | [INFO] [stderr] 189 | fn __parse_diffuse_light < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "diffuse_light" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_intensity ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , i ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:197:164 [INFO] [stderr] | [INFO] [stderr] 197 | fn __parse_isotropic < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "isotropic" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:265:788 [INFO] [stderr] | [INFO] [stderr] 265 | fn __parse_FLOAT < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < f64 > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = { __state . suppress_fail += 1 ; let res = { let __seq_res = { let str_start = __pos ; match { let __seq_res = match slice_eq ( __input , __state , __pos , "-" ) { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = slice_eq ( __input , __state , __pos , "." ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { 'e' | 'E' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[eE]" ) , } } else { __state . mark_failure ( __pos , "[eE]" ) } ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , & __input [ str_start .. __newpos ] ) } , Failed => Failed , } } ; match __seq_res { Matched ( __pos , s ) => { { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_WS ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { f64::from_str(s).unwrap() } ) } Failed => Failed , } } } Failed => Failed , } } ; __state . suppress_fail -= 1 ; res } ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { __state . mark_failure ( __pos , "FLOAT" ) ; Failed } } } } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:265:1577 [INFO] [stderr] | [INFO] [stderr] 265 | fn __parse_FLOAT < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < f64 > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = { __state . suppress_fail += 1 ; let res = { let __seq_res = { let str_start = __pos ; match { let __seq_res = match slice_eq ( __input , __state , __pos , "-" ) { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = slice_eq ( __input , __state , __pos , "." ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { 'e' | 'E' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[eE]" ) , } } else { __state . mark_failure ( __pos , "[eE]" ) } ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , & __input [ str_start .. __newpos ] ) } , Failed => Failed , } } ; match __seq_res { Matched ( __pos , s ) => { { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_WS ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { f64::from_str(s).unwrap() } ) } Failed => Failed , } } } Failed => Failed , } } ; __state . suppress_fail -= 1 ; res } ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { __state . mark_failure ( __pos , "FLOAT" ) ; Failed } } } } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:265:2551 [INFO] [stderr] | [INFO] [stderr] 265 | fn __parse_FLOAT < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < f64 > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = { __state . suppress_fail += 1 ; let res = { let __seq_res = { let str_start = __pos ; match { let __seq_res = match slice_eq ( __input , __state , __pos , "-" ) { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = slice_eq ( __input , __state , __pos , "." ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { 'e' | 'E' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[eE]" ) , } } else { __state . mark_failure ( __pos , "[eE]" ) } ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , & __input [ str_start .. __newpos ] ) } , Failed => Failed , } } ; match __seq_res { Matched ( __pos , s ) => { { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_WS ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { f64::from_str(s).unwrap() } ) } Failed => Failed , } } } Failed => Failed , } } ; __state . suppress_fail -= 1 ; res } ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { __state . mark_failure ( __pos , "FLOAT" ) ; Failed } } } } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `"docker" "inspect" "d62338b81615d0d2123ad75d7d661b83247caaa1dd7d8cd98363f039560f7c09"` [INFO] running `"docker" "rm" "-f" "d62338b81615d0d2123ad75d7d661b83247caaa1dd7d8cd98363f039560f7c09"` [INFO] [stdout] d62338b81615d0d2123ad75d7d661b83247caaa1dd7d8cd98363f039560f7c09 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/doxxx/raytracer:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 212e14b9f03589804f945e5df0805af57e8350169c700b102e84ba117ad20a63 [INFO] running `"docker" "start" "-a" "212e14b9f03589804f945e5df0805af57e8350169c700b102e84ba117ad20a63"` [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:89:167 [INFO] [stderr] | [INFO] [stderr] 89 | fn __parse_object_shape < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_planar_shape ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_mesh ( __input , __state , __pos , renderOptions ) } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:91:167 [INFO] [stderr] | [INFO] [stderr] 91 | fn __parse_planar_shape < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_plane ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_xyrect ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_xzrect ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_zyrect ( __input , __state , __pos , renderOptions ) } } } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:93:166 [INFO] [stderr] | [INFO] [stderr] 93 | fn __parse_solid_shape < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_sphere ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_cylinder ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_torus ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_cube ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_csg ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_homogenous_medium ( __input , __state , __pos , renderOptions ) } } } } } } } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:95:158 [INFO] [stderr] | [INFO] [stderr] 95 | fn __parse_csg < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_csg_union ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_csg_intersection ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_csg_difference ( __input , __state , __pos , renderOptions ) } } } } } [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:97:164 [INFO] [stderr] | [INFO] [stderr] 97 | fn __parse_csg_union < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "union" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , a ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , b ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:101:171 [INFO] [stderr] | [INFO] [stderr] 101 | fn __parse_csg_intersection < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "intersection" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , a ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , b ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:105:169 [INFO] [stderr] | [INFO] [stderr] 105 | fn __parse_csg_difference < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "difference" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , a ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , b ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:109:161 [INFO] [stderr] | [INFO] [stderr] 109 | fn __parse_sphere < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "sphere" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = match __parse_radius ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:115:163 [INFO] [stderr] | [INFO] [stderr] 115 | fn __parse_cylinder < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "cylinder" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_radius ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_height ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:119:160 [INFO] [stderr] | [INFO] [stderr] 119 | fn __parse_torus < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "torus" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_radius ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , r1 ) => { { let __seq_res = __parse_radius ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , r2 ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:123:160 [INFO] [stderr] | [INFO] [stderr] 123 | fn __parse_plane < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "plane" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_plane_normal ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , n ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:131:159 [INFO] [stderr] | [INFO] [stderr] 131 | fn __parse_mesh < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "mesh" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_mesh_file ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , p ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:137:161 [INFO] [stderr] | [INFO] [stderr] 137 | fn __parse_xyrect < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "xyrect" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_width ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , w ) => { { let __seq_res = __parse_height ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_reverse ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:141:161 [INFO] [stderr] | [INFO] [stderr] 141 | fn __parse_xzrect < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "xzrect" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_width ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , w ) => { { let __seq_res = __parse_height ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_reverse ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:145:161 [INFO] [stderr] | [INFO] [stderr] 145 | fn __parse_zyrect < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "zyrect" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = match __parse_origin ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , o ) => { { let __seq_res = __parse_width ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , w ) => { { let __seq_res = __parse_height ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , h ) => { { let __seq_res = match __parse_reverse ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , r ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:155:159 [INFO] [stderr] | [INFO] [stderr] 155 | fn __parse_cube < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "cube" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_point ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , p1 ) => { { let __seq_res = __parse_point ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , p2 ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:159:172 [INFO] [stderr] | [INFO] [stderr] 159 | fn __parse_homogenous_medium < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "homogenous_medium" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_density ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , density ) => { { let __seq_res = __parse_solid_shape ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , boundary ) => { { let __seq_res = match __parse_transforms ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , transform ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:167:170 [INFO] [stderr] | [INFO] [stderr] 167 | fn __parse_object_material < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "material" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_OPEN_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_material ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , material ) => { { let __seq_res = __parse_CLOSE_BRACE ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:171:163 [INFO] [stderr] | [INFO] [stderr] 171 | fn __parse_material < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = __parse_lambertian ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_metal ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_dielectric ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { let __choice_res = __parse_diffuse_light ( __input , __state , __pos , renderOptions ) ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => __parse_isotropic ( __input , __state , __pos , renderOptions ) } } } } } } } } } [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:173:165 [INFO] [stderr] | [INFO] [stderr] 173 | fn __parse_lambertian < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "lambertian" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:177:160 [INFO] [stderr] | [INFO] [stderr] 177 | fn __parse_metal < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "metal" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_fuzz ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , fuzz ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:183:165 [INFO] [stderr] | [INFO] [stderr] 183 | fn __parse_dielectric < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "dielectric" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_ior ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , ior ) => { { let __seq_res = match __parse_fuzz ( __input , __state , __pos , renderOptions ) { Matched ( __newpos , __value ) => { Matched ( __newpos , Some ( __value ) ) } , Failed => { Matched ( __pos , None ) } , } ; match __seq_res { Matched ( __pos , fuzz ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:189:168 [INFO] [stderr] | [INFO] [stderr] 189 | fn __parse_diffuse_light < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "diffuse_light" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_intensity ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , i ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:197:164 [INFO] [stderr] | [INFO] [stderr] 197 | fn __parse_isotropic < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < Box > { # ! [ allow ( non_snake_case , unused ) ] { let __seq_res = { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = slice_eq ( __input , __state , __pos , "isotropic" ) ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_HIDDEN ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } } Failed => Failed , } } } Failed => Failed , } } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = __parse_texture ( __input , __state , __pos , renderOptions ) ; match __seq_res { Matched ( __pos , texture ) => { Matched ( __pos , { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:265:788 [INFO] [stderr] | [INFO] [stderr] 265 | fn __parse_FLOAT < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < f64 > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = { __state . suppress_fail += 1 ; let res = { let __seq_res = { let str_start = __pos ; match { let __seq_res = match slice_eq ( __input , __state , __pos , "-" ) { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = slice_eq ( __input , __state , __pos , "." ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { 'e' | 'E' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[eE]" ) , } } else { __state . mark_failure ( __pos , "[eE]" ) } ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , & __input [ str_start .. __newpos ] ) } , Failed => Failed , } } ; match __seq_res { Matched ( __pos , s ) => { { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_WS ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { f64::from_str(s).unwrap() } ) } Failed => Failed , } } } Failed => Failed , } } ; __state . suppress_fail -= 1 ; res } ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { __state . mark_failure ( __pos , "FLOAT" ) ; Failed } } } } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:265:1577 [INFO] [stderr] | [INFO] [stderr] 265 | fn __parse_FLOAT < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < f64 > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = { __state . suppress_fail += 1 ; let res = { let __seq_res = { let str_start = __pos ; match { let __seq_res = match slice_eq ( __input , __state , __pos , "-" ) { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = slice_eq ( __input , __state , __pos , "." ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { 'e' | 'E' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[eE]" ) , } } else { __state . mark_failure ( __pos , "[eE]" ) } ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , & __input [ str_start .. __newpos ] ) } , Failed => Failed , } } ; match __seq_res { Matched ( __pos , s ) => { { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_WS ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { f64::from_str(s).unwrap() } ) } Failed => Failed , } } } Failed => Failed , } } ; __state . suppress_fail -= 1 ; res } ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { __state . mark_failure ( __pos , "FLOAT" ) ; Failed } } } } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/crater/target/debug/build/raytracer-e00e9cd17c75f6e8/out/sdl_grammar.rs:265:2551 [INFO] [stderr] | [INFO] [stderr] 265 | fn __parse_FLOAT < 'input > ( __input : & 'input str , __state : & mut ParseState < 'input > , __pos : usize , renderOptions : &Options ) -> RuleResult < f64 > { # ! [ allow ( non_snake_case , unused ) ] { let __choice_res = { __state . suppress_fail += 1 ; let res = { let __seq_res = { let str_start = __pos ; match { let __seq_res = match slice_eq ( __input , __state , __pos , "-" ) { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = slice_eq ( __input , __state , __pos , "." ) ; match __seq_res { Matched ( __pos , _ ) => { { let __seq_res = { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } ; match __seq_res { Matched ( __pos , _ ) => { match { let __seq_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { 'e' | 'E' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[eE]" ) , } } else { __state . mark_failure ( __pos , "[eE]" ) } ; match __seq_res { Matched ( __pos , _ ) => { { let mut __repeat_pos = __pos ; let mut __repeat_value = vec ! ( ) ; loop { let __pos = __repeat_pos ; let __step_res = if __input . len ( ) > __pos { let ( __ch , __next ) = char_range_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , } } else { __state . mark_failure ( __pos , "[0-9]" ) } ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; __repeat_value . push ( __value ) ; } , Failed => { break ; } } } if __repeat_value . len ( ) >= 1 { Matched ( __repeat_pos , ( ) ) } else { Failed } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , ( ) ) } , Failed => { Matched ( __pos , ( ) ) } , } } Failed => Failed , } } } Failed => Failed , } } { Matched ( __newpos , _ ) => { Matched ( __newpos , & __input [ str_start .. __newpos ] ) } , Failed => Failed , } } ; match __seq_res { Matched ( __pos , s ) => { { let __seq_res = { let mut __repeat_pos = __pos ; loop { let __pos = __repeat_pos ; let __step_res = __parse_WS ( __input , __state , __pos , renderOptions ) ; match __step_res { Matched ( __newpos , __value ) => { __repeat_pos = __newpos ; } , Failed => { break ; } } } Matched ( __repeat_pos , ( ) ) } ; match __seq_res { Matched ( __pos , _ ) => { Matched ( __pos , { f64::from_str(s).unwrap() } ) } Failed => Failed , } } } Failed => Failed , } } ; __state . suppress_fail -= 1 ; res } ; match __choice_res { Matched ( __pos , __value ) => Matched ( __pos , __value ) , Failed => { __state . mark_failure ( __pos , "FLOAT" ) ; Failed } } } } [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.41s [INFO] running `"docker" "inspect" "212e14b9f03589804f945e5df0805af57e8350169c700b102e84ba117ad20a63"` [INFO] running `"docker" "rm" "-f" "212e14b9f03589804f945e5df0805af57e8350169c700b102e84ba117ad20a63"` [INFO] [stdout] 212e14b9f03589804f945e5df0805af57e8350169c700b102e84ba117ad20a63 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/doxxx/raytracer:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] e21296bf395e16df06f8a10c74c6bda72f4ee0dbaa44a58687942f94e5f87b24 [INFO] running `"docker" "start" "-a" "e21296bf395e16df06f8a10c74c6bda72f4ee0dbaa44a58687942f94e5f87b24"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/raytracer-1152f4d9ab91491e [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test algebra::tests::quadratic ... ok [INFO] [stdout] test algebra::tests::cubic ... ok [INFO] [stdout] test color::tests::add_assign ... ok [INFO] [stdout] test color::tests::add ... ok [INFO] [stdout] test color::tests::mul_f64 ... ok [INFO] [stdout] test matrix::tests::dir_rotation_then_scaling ... ok [INFO] [stdout] test algebra::tests::quartic ... ok [INFO] [stdout] test color::tests::div_f64 ... ok [INFO] [stdout] test color::tests::mul_color ... ok [INFO] [stdout] test matrix::tests::dir_rotation_then_translation ... ok [INFO] [stdout] test matrix::tests::dir_rotation_y ... ok [INFO] [stdout] test matrix::tests::dir_scaling ... ok [INFO] [stdout] test matrix::tests::inverse_identity ... ok [INFO] [stdout] test matrix::tests::dir_rotation_z ... ok [INFO] [stdout] test matrix::tests::dir_scaling_then_rotation ... ok [INFO] [stdout] test matrix::tests::dir_scaling_then_translation ... ok [INFO] [stdout] test matrix::tests::dir_translation ... ok [INFO] [stdout] test matrix::tests::dir_translation_then_rotation ... ok [INFO] [stdout] test matrix::tests::dir_translation_then_scaling ... ok [INFO] [stdout] test matrix::tests::point_rotation_x ... ok [INFO] [stdout] test matrix::tests::point_rotation_z ... ok [INFO] [stdout] test matrix::tests::point_rotation_then_translation ... ok [INFO] [stdout] test matrix::tests::point_scaling ... ok [INFO] [stdout] test matrix::tests::point_translation ... ok [INFO] [stdout] test matrix::tests::point_scaling_then_translation ... ok [INFO] [stdout] test matrix::tests::point_scaling_then_rotation ... ok [INFO] [stdout] test matrix::tests::point_translation_then_scaling ... ok [INFO] [stdout] test matrix::tests::point_translation_then_rotation ... ok [INFO] [stdout] test matrix::tests::point_rotation_y ... ok [INFO] [stdout] test matrix::tests::point_rotation_then_scaling ... ok [INFO] [stdout] test matrix::tests::dir_rotation_x ... ok [INFO] [stdout] test matrix::tests::inverse_non_identity ... ok [INFO] [stdout] test shapes::cube::tests::coincident_intersection ... ok [INFO] [stdout] test shapes::cube::tests::inside_intersection ... ok [INFO] [stdout] test shapes::cube::tests::outside_intersection ... ok [INFO] [stdout] test shapes::plane::tests::back_intersection ... ok [INFO] [stdout] test shapes::plane::tests::non_intersection ... ok [INFO] [stdout] test shapes::sphere::tests::coincident_intersection ... ok [INFO] [stdout] test shapes::sphere::tests::outside_intersection ... ok [INFO] [stdout] test shapes::plane::tests::intersection_behind_ray ... ok [INFO] [stdout] test shapes::plane::tests::front_intersection ... ok [INFO] [stdout] test shapes::sphere::tests::inside_intersection ... ok [INFO] [stdout] test shapes::torus::tests::front_orthogonal_intersection ... ok [INFO] [stdout] test shapes::torus::tests::top_lateral_intersection ... ok [INFO] [stdout] test shapes::torus::tests::front_oblique_intersection ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--bin raytracer' [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- shapes::torus::tests::front_oblique_intersection stdout ---- [INFO] [stdout] thread 'shapes::torus::tests::front_oblique_intersection' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[1.3142135623730977, 1.5142135623730923]`, [INFO] [stdout] right: `[0.9, 1.1]`', src/shapes/torus.rs:167:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56022b4383cb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x56022b4383cb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56022b4383cb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x56022b4383cb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x56022b4383cb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x56022b43803a - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x56022b438b40 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x56022b4386c2 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x56022b43860f - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x56022b3ae676 - raytracer::shapes::torus::tests::front_oblique_intersection::h3901ee20bfd97228 [INFO] [stdout] at src/shapes/torus.rs:167 [INFO] [stdout] 10: 0x56022b3ae10a - raytracer::shapes::torus::tests::front_oblique_intersection::{{closure}}::h80625685e9c52be5 [INFO] [stdout] at src/shapes/torus.rs:155 [INFO] [stdout] 11: 0x56022b3d8fde - core::ops::function::FnOnce::call_once::h92aebcf1dcaef264 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: 0x56022b3f055f - as core::ops::function::FnOnce>::call_once::h4a13ee3f0d7b4201 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 13: 0x56022b43b0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 14: 0x56022b40ab58 - std::panicking::try::h5a93466ab2078586 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x56022b40ab58 - std::panic::catch_unwind::h752cbeae6ac7bdea [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x56022b40ab58 - test::run_test::run_test_inner::{{closure}}::h206c9c16936edaca [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 17: 0x56022b3e59d5 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc7edbac42990d270 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x56022b3e9a95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::he53c58e7adee87af [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x56022b3e9a95 - as core::ops::function::FnOnce<()>>::call_once::h1aff7c42b6bb3726 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x56022b3e9a95 - std::panicking::try::do_call::h41f8559f88100f6c [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x56022b43b0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 22: 0x56022b3ea192 - std::panicking::try::hb54ba808181fe352 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x56022b3ea192 - std::panic::catch_unwind::h555ccf4e835e93f4 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x56022b3ea192 - std::thread::Builder::spawn_unchecked::{{closure}}::hd4dae6e19e80fc1a [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x56022b3ea192 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc35d54c07710e1a1 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/ops/function.rs:231 [INFO] [stdout] 26: 0x56022b42e16f - as core::ops::function::FnOnce>::call_once::h42806b83647d4c79 [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x56022b43a810 - as core::ops::function::FnOnce>::call_once::h83c921c8e826dd1d [INFO] [stdout] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:746 [INFO] [stdout] 28: 0x56022b43a810 - std::sys_common::thread::start_thread::h2613204ce513782e [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x56022b43a810 - std::sys::unix::thread::Thread::new::thread_start::h4570080769500bcd [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f516c7974a4 - start_thread [INFO] [stdout] 31: 0x7f516c2c2d0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] shapes::torus::tests::front_oblique_intersection [INFO] [stdout] [INFO] [stdout] test result: FAILED. 44 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e21296bf395e16df06f8a10c74c6bda72f4ee0dbaa44a58687942f94e5f87b24"` [INFO] running `"docker" "rm" "-f" "e21296bf395e16df06f8a10c74c6bda72f4ee0dbaa44a58687942f94e5f87b24"` [INFO] [stdout] e21296bf395e16df06f8a10c74c6bda72f4ee0dbaa44a58687942f94e5f87b24