TornaxO7

`nix build github:raphamorim/rio`

Oct 19th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.14 KB | None | 0 0
  1. Running phase: unpackPhase
  2. @nix { "action": "setPhase", "phase": "unpackPhase" }
  3. unpacking source archive /nix/store/nwc3gfc0plivmbhfrlm7q0ss03lbq41m-2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source
  4. source root is 2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source
  5. Executing cargoSetupPostUnpackHook
  6. Finished cargoSetupPostUnpackHook
  7. Running phase: patchPhase
  8. @nix { "action": "setPhase", "phase": "patchPhase" }
  9. Executing cargoSetupPostPatchHook
  10. Validating consistency between /build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock
  11. Finished cargoSetupPostPatchHook
  12. Running phase: updateAutotoolsGnuConfigScriptsPhase
  13. @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
  14. Running phase: configurePhase
  15. @nix { "action": "setPhase", "phase": "configurePhase" }
  16. Running phase: buildPhase
  17. @nix { "action": "setPhase", "phase": "buildPhase" }
  18. Executing cargoBuildHook
  19. ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/cc HOST_CXX=/nix/store/zznja5f8v3jafffyah1rk46vpfcn38dv-gcc-wrapper-13.3.0/bin/c++ cargo build -j 16 --target x86_64-unknown-linux-gnu --offline --profile release --no-default-features --features=x11,wayland -p rioterm
  20. warning: `/build/.cargo/config` is deprecated in favor of `config.toml`
  21. note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
  22. warning: `/build/.cargo/config` is deprecated in favor of `config.toml`
  23. note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
  24.  Compiling proc-macro2 v1.0.86
  25.  Compiling unicode-ident v1.0.13
  26.  Compiling libc v0.2.158
  27.  Compiling cfg-if v1.0.0
  28.  Compiling serde v1.0.210
  29.  Compiling once_cell v1.19.0
  30.  Compiling autocfg v1.3.0
  31.  Compiling shlex v1.3.0
  32.  Compiling version_check v0.9.5
  33.  Compiling log v0.4.22
  34.  Compiling pkg-config v0.3.30
  35.  Compiling byteorder v1.5.0
  36.  Compiling thiserror v1.0.64
  37.  Compiling smallvec v1.13.2
  38.  Compiling allocator-api2 v0.2.18
  39.  Compiling rustix v0.38.37
  40.  Compiling libloading v0.8.5
  41.  Compiling linux-raw-sys v0.4.14
  42.  Compiling memchr v2.7.4
  43.  Compiling dlib v0.5.2
  44.  Compiling cfg_aliases v0.1.1
  45.  Compiling pin-project-lite v0.2.14
  46.  Compiling tracing-core v0.1.32
  47.  Compiling crossbeam-utils v0.8.20
  48.  Compiling downcast-rs v1.2.1
  49.  Compiling scoped-tls v1.0.1
  50.  Compiling wayland-client v0.31.6
  51.  Compiling static_assertions v1.1.0
  52.  Compiling arrayvec v0.7.6
  53.  Compiling equivalent v1.0.1
  54.  Compiling adler2 v2.0.0
  55.  Compiling naga v22.1.0
  56.  Compiling crc32fast v1.4.2
  57.  Compiling ahash v0.8.11
  58.  Compiling num-traits v0.2.19
  59.  Compiling slab v0.4.9
  60.  Compiling smartstring v1.0.1
  61.  Compiling miniz_oxide v0.8.0
  62.  Compiling bit-vec v0.7.0
  63.  Compiling termcolor v1.4.1
  64.  Compiling quick-xml v0.36.1
  65.  Compiling aho-corasick v1.1.3
  66.  Compiling quote v1.0.37
  67.  Compiling wayland-sys v0.31.5
  68.  Compiling rustc-hash v1.1.0
  69.  Compiling getrandom v0.2.15
  70.  Compiling regex-syntax v0.8.5
  71.  Compiling jobserver v0.1.32
  72.  Compiling fixedbitset v0.4.2
  73.  Compiling syn v2.0.77
  74.  Compiling unicode-width v0.1.13
  75.  Compiling simd-adler32 v0.3.7
  76.  Compiling cc v1.1.21
  77.  Compiling bitflags v1.3.2
  78.  Compiling minimal-lexical v0.2.1
  79.  Compiling rustc-hash v2.0.0
  80.  Compiling codespan-reporting v0.11.1
  81.  Compiling flate2 v1.0.33
  82.  Compiling crossbeam-epoch v0.9.18
  83.  Compiling bit-set v0.6.0
  84.  Compiling glob v0.3.1
  85.  Compiling weezl v0.1.8
  86.  Compiling nom v7.1.3
  87.  Compiling hexf-parse v0.2.1
  88.  Compiling adler v1.0.2
  89.  Compiling rayon-core v1.12.1
  90.  Compiling unicode-xid v0.2.5
  91.  Compiling miniz_oxide v0.7.4
  92.  Compiling wayland-scanner v0.31.5
  93.  Compiling crossbeam-deque v0.8.5
  94.  Compiling fdeflate v0.3.4
  95.  Compiling lock_api v0.4.12
  96.  Compiling byteorder-lite v0.1.0
  97.  Compiling jpeg-decoder v0.3.1
  98.  Compiling quick-error v2.0.1
  99.  Compiling color_quant v1.1.0
  100.  Compiling bytecount v0.6.8
  101.  Compiling parking_lot_core v0.9.10
  102.  Compiling arrayref v0.3.9
  103.  Compiling zune-core v0.4.12
  104.  Compiling png v0.17.13
  105.  Compiling image-webp v0.1.3
  106.  Compiling zune-jpeg v0.4.13
  107.  Compiling gif v0.13.1
  108.  Compiling rand_core v0.6.4
  109.  Compiling tiff v0.9.1
  110.  Compiling memmap2 v0.9.5
  111.  Compiling yeslogic-fontconfig-sys v5.0.0
  112.  Compiling encoding_rs v0.8.34
  113.  Compiling xcursor v0.3.8
  114.  Compiling regex-automata v0.4.8
  115.  Compiling wayland-backend v0.3.7
  116.  Compiling glslang-sys v0.6.1+46ef757
  117.  Compiling spirv-cross-sys v0.4.3+e670b39
  118.  Compiling nom_locate v4.2.0
  119.  Compiling freetype-sys v0.20.1
  120.  Compiling smithay-client-toolkit v0.19.2
  121.  Compiling khronos-egl v6.0.0
  122.  Compiling ash v0.38.0+1.3.281
  123.  Compiling scopeguard v1.2.0
  124.  Compiling vec_extract_if_polyfill v0.1.0
  125.  Compiling xkeysym v0.2.1
  126.  Compiling either v1.13.0
  127.  Compiling cursor-icon v1.1.0
  128.  Compiling wgpu-hal v22.0.0
  129.  Compiling rayon v1.10.0
  130.  Compiling futures-core v0.3.30
  131.  Compiling raw-window-handle v0.6.2
  132.  Compiling futures-sink v0.3.30
  133.  Compiling tinyvec_macros v0.1.1
  134.  Compiling parking_lot v0.12.3
  135.  Compiling futures-channel v0.3.30
  136.  Compiling tinyvec v1.8.0
  137.  Compiling blake3 v1.5.4
  138.  Compiling cstr v0.2.12
  139.  Compiling dirs-sys-next v0.1.2
  140.  Compiling crossfont v0.8.0
  141.  Compiling wgpu-core v22.1.0
  142.  Compiling glow v0.13.1
  143.  Compiling renderdoc-sys v1.1.0
  144.  Compiling foreign-types-shared v0.3.1
  145.  Compiling strict-num v0.1.1
  146.  Compiling pin-utils v0.1.0
  147.  Compiling as-raw-xcb-connection v1.0.1
  148.  Compiling litrs v0.4.1
  149.  Compiling virtue v0.0.13
  150.  Compiling profiling v1.0.15
  151.  Compiling crc-catalog v2.4.0
  152.  Compiling futures-io v0.3.30
  153.  Compiling futures-task v0.3.30
  154.  Compiling x11rb-protocol v0.13.1
  155.  Compiling crc v3.2.1
  156.  Compiling dirs-next v1.0.2
  157.  Compiling bincode_derive v2.0.0-rc.3
  158.  Compiling document-features v0.2.10
  159.  Compiling zigzag v0.1.0
  160.  Compiling fs2 v0.4.3
  161.  Compiling x11-dl v2.21.0
  162.  Compiling regex v1.11.0
  163.  Compiling slotmap v1.0.7
  164.  Compiling wgpu v22.1.0
  165.  Compiling signal-hook v0.3.17
  166.  Compiling linked-hash-map v0.5.6
  167.  Compiling unsigned-varint v0.8.0
  168.  Compiling option-ext v0.2.0
  169.  Compiling cfg-if v0.1.10
  170.  Compiling percent-encoding v2.3.1
  171.  Compiling cfg_aliases v0.2.1
  172.  Compiling ttf-parser v0.24.1
  173.  Compiling utf8parse v0.2.2
  174.  Compiling constant_time_eq v0.3.1
  175.  Compiling data-encoding v2.6.0
  176.  Compiling anstyle-parse v0.2.5
  177.  Compiling rio-window v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/rio-window)
  178.  Compiling net2 v0.2.39
  179.  Compiling serde_derive v1.0.210
  180.  Compiling zerocopy-derive v0.7.35
  181.  Compiling thiserror-impl v1.0.64
  182.  Compiling bytemuck_derive v1.7.1
  183.  Compiling tracing-attributes v0.1.27
  184.  Compiling num-derive v0.4.2
  185.  Compiling spirv-cross2-derive v0.1.0
  186.  Compiling foreign-types-macros v0.2.3
  187.  Compiling zerocopy v0.7.35
  188.  Compiling futures-macro v0.3.30
  189.  Compiling bytemuck v1.18.0
  190.  Compiling dirs-sys v0.4.1
  191.  Compiling foreign-types v0.5.0
  192.  Compiling image v0.25.2
  193.  Compiling ppv-lite86 v0.2.20
  194.  Compiling tiny-skia-path v0.11.4
  195.  Compiling font-types v0.7.2
  196.  Compiling hashbrown v0.14.5
  197.  Compiling owned_ttf_parser v0.24.0
  198.  Compiling rand_chacha v0.3.1
  199.  Compiling tracing v0.1.40
  200.  Compiling read-fonts v0.22.3
  201.  Compiling rand v0.8.5
  202.  Compiling tiny-skia v0.11.4
  203.  Compiling futures-util v0.3.30
  204.  Compiling indexmap v2.5.0
  205.  Compiling platform-dirs v0.3.0
  206.  Compiling euclid v0.22.11
  207.  Compiling persy v1.5.2
  208.  Compiling crossbeam-channel v0.5.13
  209.  Compiling petgraph v0.6.5
  210.  Compiling signal-hook-registry v1.4.2
  211.  Compiling iovec v0.1.4
  212.  Compiling svg_fmt v0.4.3
  213.  Compiling arc-swap v1.7.1
  214.  Compiling colorchoice v1.0.2
  215.  Compiling roxmltree v0.20.0
  216.  Compiling ab_glyph_rasterizer v0.1.8
  217.  Compiling regex-syntax v0.6.29
  218.  Compiling winnow v0.6.18
  219.  Compiling anstyle-query v1.1.1
  220.  Compiling futures-executor v0.3.30
  221.  Compiling anstyle v1.0.8
  222.  Compiling is_terminal_polyfill v1.70.1
  223.  Compiling array-concat v0.5.3
  224.  Compiling anstream v0.6.15
  225.  Compiling regex-automata v0.1.10
  226.  Compiling futures v0.3.30
  227.  Compiling fontconfig-parser v0.5.7
  228.  Compiling bitflags v2.6.0
  229.  Compiling halfbrown v0.2.5
  230.  Compiling bincode v2.0.0-rc.3
  231.  Compiling wgpu-types v22.0.0
  232.  Compiling spirv v0.3.0+sdk-1.3.268.0
  233.  Compiling gpu-descriptor-types v0.2.0
  234.  Compiling librashader-common v0.5.1
  235.  Compiling librashader-presets v0.5.1
  236.  Compiling librashader-preprocess v0.5.1
  237.  Compiling gpu-alloc-types v0.3.0
  238.  Compiling rspirv v0.12.0+sdk-1.3.268.0
  239.  Compiling librashader-pack v0.5.1
  240.  Compiling gpu-alloc v0.6.0
  241.  Compiling gpu-descriptor v0.3.0
  242.  Compiling freetype-rs v0.36.0
  243.  Compiling serde_spanned v0.6.7
  244.  Compiling toml_datetime v0.6.8
  245.  Compiling toml_edit v0.22.21
  246.  Compiling skrifa v0.22.3
  247.  Compiling polling v3.7.3
  248.  Compiling calloop v0.13.0
  249.  Compiling wayland-csd-frame v0.3.0
  250.  Compiling x11rb v0.13.1
  251.  Compiling wayland-protocols v0.32.4
  252.  Compiling calloop-wayland-source v0.3.0
  253.  Compiling wayland-cursor v0.31.6
  254.  Compiling xkbcommon-dl v0.4.2
  255.  Compiling x11-clipboard v0.9.2
  256.  Compiling ab_glyph v0.2.28
  257.  Compiling guillotiere v0.6.2
  258.  Compiling corcovado v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/corcovado)
  259.  Compiling twox-hash v1.6.3
  260.  Compiling lru v0.12.4
  261.  Compiling wayland-protocols-wlr v0.3.4
  262.  Compiling wayland-protocols-plasma v0.3.4
  263.  Compiling dirs v5.0.1
  264.  Compiling unicode-normalization v0.1.24
  265.  Compiling approx v0.5.1
  266.  Compiling ordered-float v4.2.2
  267.  Compiling smithay-clipboard v0.7.2
  268.  Compiling sctk-adwaita v0.10.1
  269.  Compiling rio-proc-macros v0.1.14
  270.  Compiling inotify-sys v0.1.5
  271.  Compiling ttf-parser v0.21.1
  272.  Compiling xi-unicode v0.3.0
  273.  Compiling unicode-bidi v0.3.15
  274.  Compiling lazy_static v1.5.0
  275.  Compiling dpi v0.1.1
  276.  Compiling overload v0.1.1
  277.  Compiling clap_lex v0.7.2
  278.  Compiling zeno v0.2.3
  279.  Compiling heck v0.5.0
  280.  Compiling same-file v1.0.6
  281.  Compiling strsim v0.11.1
  282.  Compiling yazi v0.1.6
  283.  Compiling unicode-width v0.2.0
  284.  Compiling smol_str v0.3.1
  285.  Compiling clap_builder v4.5.20
  286.  Compiling walkdir v2.5.0
  287.  Compiling clap_derive v4.5.18
  288.  Compiling idna v0.5.0
  289.  Compiling nu-ansi-term v0.46.0
  290.  Compiling sharded-slab v0.1.7
  291.  Compiling inotify v0.9.6
  292.  Compiling copa v0.1.14
  293.  Compiling copypasta v0.10.1
  294.  Compiling teletypewriter v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/teletypewriter)
  295.  Compiling toml v0.8.19
  296.  Compiling matchers v0.1.0
  297.  Compiling form_urlencoded v1.2.1
  298.  Compiling mio v0.8.11
  299.  Compiling filetime v0.2.25
  300.  Compiling tracing-log v0.2.0
  301.  Compiling thread_local v1.1.8
  302.  Compiling base64 v0.22.1
  303.  Compiling tracing-subscriber v0.3.18
  304.  Compiling notify v6.1.1
  305.  Compiling url v2.5.2
  306.  Compiling clap v4.5.20
  307.  Compiling glslang v0.6.1
  308.  Compiling spirv-cross2 v0.4.6
  309.  Compiling librashader-reflect v0.5.1
  310.  Compiling librashader-cache v0.5.1
  311.  Compiling librashader-runtime v0.5.1
  312.  Compiling sugarloaf v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/sugarloaf)
  313.  Compiling rio-backend v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/rio-backend)
  314.  Compiling rioterm v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/frontends/rioterm)
  315.  Finished `release` profile [optimized + debuginfo] target(s) in 4m 23s
  316. Executing cargoInstallPostBuildHook
  317. Finished cargoInstallPostBuildHook
  318. Finished cargoBuildHook
  319. buildPhase completed in 4 minutes 24 seconds
  320. Running phase: checkPhase
  321. @nix { "action": "setPhase", "phase": "checkPhase" }
  322. Executing cargoCheckHook
  323. ++ cargo test -j 16 --profile release --no-default-features --features=x11,wayland --target x86_64-unknown-linux-gnu --offline -- --test-threads=16
  324. warning: `/build/.cargo/config` is deprecated in favor of `config.toml`
  325. note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
  326. warning: `/build/.cargo/config` is deprecated in favor of `config.toml`
  327. note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
  328.  Compiling byteorder v1.5.0
  329.  Compiling rustix v0.38.37
  330.  Compiling either v1.13.0
  331.  Compiling tracing v0.1.40
  332.  Compiling x11rb-protocol v0.13.1
  333.  Compiling spirv-cross-sys v0.4.3+e670b39
  334.  Compiling glslang-sys v0.6.1+46ef757
  335.  Compiling half v2.4.1
  336.  Compiling serde_json v1.0.128
  337.  Compiling ciborium-io v0.2.2
  338.  Compiling plotters-backend v0.3.7
  339.  Compiling itoa v1.0.11
  340.  Compiling ryu v1.0.18
  341.  Compiling tiny-xlib v0.2.3
  342.  Compiling cast v0.3.0
  343.  Compiling softbuffer v0.4.6
  344.  Compiling is-terminal v0.4.13
  345.  Compiling oorandom v11.1.4
  346.  Compiling ctor-lite v0.1.0
  347.  Compiling anes v0.1.6
  348.  Compiling rayon v1.10.0
  349.  Compiling itertools v0.10.5
  350.  Compiling tracing-subscriber v0.3.18
  351.  Compiling zerocopy v0.7.35
  352.  Compiling corcovado v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/corcovado)
  353.  Compiling ciborium-ll v0.2.2
  354.  Compiling plotters-svg v0.3.7
  355.  Compiling spin v0.9.8
  356.  Compiling plotters v0.3.7
  357.  Compiling ciborium v0.2.2
  358.  Compiling fastrand v2.1.1
  359.  Compiling flume v0.11.0
  360.  Compiling zune-inflate v0.2.54
  361.  Compiling lebe v0.5.2
  362.  Compiling ahash v0.8.11
  363.  Compiling ppv-lite86 v0.2.20
  364.  Compiling bit_field v0.10.2
  365.  Compiling qoi v0.4.1
  366.  Compiling exr v1.72.0
  367.  Compiling adler32 v1.2.0
  368.  Compiling hashbrown v0.14.5
  369.  Compiling tinytemplate v1.2.1
  370.  Compiling deflate v1.0.0
  371.  Compiling rand_chacha v0.3.1
  372.  Compiling rand v0.8.5
  373.  Compiling criterion-plot v0.5.0
  374.  Compiling indexmap v2.5.0
  375.  Compiling halfbrown v0.2.5
  376.  Compiling gpu-descriptor v0.3.0
  377.  Compiling lru v0.12.4
  378.  Compiling librashader-common v0.5.1
  379.  Compiling persy v1.5.2
  380.  Compiling twox-hash v1.6.3
  381.  Compiling teletypewriter v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/teletypewriter)
  382.  Compiling librashader-preprocess v0.5.1
  383.  Compiling librashader-presets v0.5.1
  384.  Compiling rio-proc-macros v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/rio-proc-macros)
  385.  Compiling rand v0.4.6
  386.  Compiling petgraph v0.6.5
  387.  Compiling jpeg-decoder v0.3.1
  388.  Compiling criterion v0.5.1
  389.  Compiling toml_edit v0.22.21
  390.  Compiling log v0.3.9
  391.  Compiling wa v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/wa)
  392.  Compiling remove_dir_all v0.5.3
  393.  Compiling tiff v0.9.1
  394.  Compiling tempdir v0.3.7
  395.  Compiling env_logger v0.4.3
  396.  Compiling bytes v0.3.0
  397.  Compiling fnv v1.0.7
  398.  Compiling image v0.25.2
  399.  Compiling naga v22.1.0
  400.  Compiling image v0.24.9
  401.  Compiling copa v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/copa)
  402.  Compiling toml v0.8.19
  403.  Compiling wayland-backend v0.3.7
  404.  Compiling polling v3.7.3
  405.  Compiling wayland-client v0.31.6
  406.  Compiling calloop v0.13.0
  407.  Compiling wayland-protocols v0.32.4
  408.  Compiling calloop-wayland-source v0.3.0
  409.  Compiling wayland-cursor v0.31.6
  410.  Compiling wayland-csd-frame v0.3.0
  411.  Compiling librashader-pack v0.5.1
  412.  Compiling x11rb v0.13.1
  413.  Compiling wayland-protocols-wlr v0.3.4
  414.  Compiling wayland-protocols-plasma v0.3.4
  415.  Compiling smithay-client-toolkit v0.19.2
  416.  Compiling sctk-adwaita v0.10.1
  417.  Compiling rio-window v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/rio-window)
  418.  Compiling wgpu-hal v22.0.0
  419.  Compiling smithay-clipboard v0.7.2
  420.  Compiling x11-clipboard v0.9.2
  421.  Compiling copypasta v0.10.1
  422.  Compiling wgpu-core v22.1.0
  423.  Compiling wgpu v22.1.0
  424.  Compiling spirv-cross2 v0.4.6
  425.  Compiling glslang v0.6.1
  426.  Compiling librashader-reflect v0.5.1
  427.  Compiling librashader-runtime v0.5.1
  428.  Compiling librashader-cache v0.5.1
  429.  Compiling sugarloaf v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/sugarloaf)
  430.  Compiling rio-backend v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/rio-backend)
  431.  Compiling rioterm v0.1.18 (/build/2byjhh3awskb1kmfv4xx8lg9gbwaz8jm-source/frontends/rioterm)
  432.  Finished `release` profile [optimized + debuginfo] target(s) in 3m 24s
  433.  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/copa-4fe79ee8f359399a)
  434.  
  435. running 23 tests
  436. test definitions::tests::pack_state_action ... ok
  437. test tests::csi_reset ... ok
  438. test definitions::tests::unpack_state_action ... ok
  439. test tests::csi_subparameters ... ok
  440. test tests::dcs_reset ... ok
  441. test tests::esc_reset ... ok
  442. test tests::exceed_max_buffer_size ... ok
  443. test tests::intermediate_reset_on_dcs_exit ... ok
  444. test tests::osc_bell_terminated ... ok
  445. test tests::osc_c0_st_terminated ... ok
  446. test tests::osc_containing_string_terminator ... ok
  447. test tests::params_buffer_filled_with_subparam ... ok
  448. test tests::parse_csi_max_params ... ok
  449. test tests::parse_csi_params_ignore_long_params ... ok
  450. test tests::parse_csi_params_leading_semicolon ... ok
  451. test tests::parse_csi_params_trailing_semicolon ... ok
  452. test tests::parse_dcs ... ok
  453. test tests::parse_dcs_max_params ... ok
  454. test tests::parse_empty_osc ... ok
  455. test tests::parse_long_csi_param ... ok
  456. test tests::parse_osc ... ok
  457. test tests::parse_osc_max_params ... ok
  458. test tests::parse_osc_with_utf8_arguments ... ok
  459.  
  460. test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
  461.  
  462.  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/corcovado-412af465cdc89eae)
  463.  
  464. running 36 tests
  465. test event_imp::test_debug_pollopt ... ok
  466. test lazycell::tests::normal_replace ... ok
  467. test lazycell::tests::atomic_replace ... ok
  468. test event_imp::test_debug_ready ... ok
  469. test lazycell::tests::test_already_filled_error ... ok
  470. test lazycell::tests::test_atomic_already_filled_panic ... ok
  471. test lazycell::tests::test_atomic_borrow_from_empty ... ok
  472. test lazycell::tests::test_atomic_fill_and_borrow ... ok
  473. test lazycell::tests::test_atomic_into_inner ... ok
  474. test lazycell::tests::test_borrow_from_empty ... ok
  475. test lazycell::tests::test_borrow_mut ... ok
  476. test lazycell::tests::test_borrow_mut_with ... ok
  477. test lazycell::tests::test_borrow_mut_with_already_filled ... ok
  478. test lazycell::tests::test_borrow_mut_with_not_called_when_filled ... ok
  479. test lazycell::tests::test_borrow_with ... ok
  480. test lazycell::tests::test_borrow_with_already_filled ... ok
  481. test lazycell::tests::test_borrow_with_not_called_when_filled ... ok
  482. test lazycell::tests::test_fill_and_borrow ... ok
  483. test lazycell::tests::test_borrow_with_sound_with_reentrancy - should panic ... ok
  484. test lazycell::tests::test_into_inner ... ok
  485. test lazycell::tests::test_try_borrow_mut_with_already_filled ... ok
  486. test lazycell::tests::test_try_borrow_mut_with_err ... ok
  487. test lazycell::tests::test_try_borrow_mut_with_ok ... ok
  488. test lazycell::tests::test_try_borrow_with_already_filled ... ok
  489. test lazycell::tests::test_try_borrow_with_err ... ok
  490. test lazycell::tests::test_try_borrow_with_ok ... ok
  491. test lazycell::tests::test_try_borrow_with_sound_with_reentrancy - should panic ... ok
  492. test sys::unix::ready::test_ready_all ... ok
  493. test poll::as_raw_fd ... ok
  494. test timer::test::test_catching_up ... ok
  495. test timer::test::test_clearing_timeout ... ok
  496. test timer::test::test_clearing_timeout_between_triggers ... ok
  497. test timer::test::test_multiple_timeouts_diff_tick ... ok
  498. test timer::test::test_multiple_timeouts_same_tick ... ok
  499. test timer::test::test_timeout_hash_collision ... ok
  500. test timer::test::test_timeout_next_tick ... ok
  501.  
  502. test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
  503.  
  504.  Running test/mod.rs (target/x86_64-unknown-linux-gnu/release/deps/test-c486194009db91b4)
  505.  
  506. running 7 tests
  507. test test_custom_evented::smoke ... ok
  508. test test_custom_evented::stress::with_small_events_collection ... ok
  509. test test_poll::test_poll_closes_fd ... ok
  510. test test_custom_evented::stress::multi_threaded_poll ... ok
  511. test test_custom_evented::set_readiness_before_register ... ok
  512. test test_custom_evented::drop_registration_from_non_main_thread ... ok
  513. test test_custom_evented::stress::single_threaded_poll ... ok
  514.  
  515. test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.67s
  516.  
  517.  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/rio_backend-f17f983480c1cbcc)
  518.  
  519. running 150 tests
  520. test ansi::graphics::check_opaque_region ... ok
  521. test ansi::iterm2_image_protocol::parse_osc1337_parameters ... ok
  522. test ansi::iterm2_image_protocol::parse_osc1337_single_parameter ... ok
  523. test ansi::sixel::tests::convert_hls_colors ... ok
  524. test ansi::iterm2_image_protocol::resize_params ... ok
  525. test ansi::sixel::tests::parse_command_parameters ... ok
  526. test ansi::sixel::tests::resize_picture ... ok
  527. test ansi::sixel::tests::set_color_registers ... ok
  528. test ansi::sixel::tests::sixel_height ... ok
  529. test ansi::sixel::tests::sixel_positions ... ok
  530. test config::bindings::tests::test_invalid_key_input ... ok
  531. test config::bindings::tests::test_mode_key_input ... ok
  532. test config::bindings::tests::test_multi_key_actions ... ok
  533. test config::bindings::tests::test_valid_key_action ... ok
  534. test config::bindings::tests::test_valid_key_input ... ok
  535. test config::colors::tests::test_default_as_black ... ok
  536. test config::navigation::tests::test_bottom_tab ... ok
  537. test config::navigation::tests::test_top_tab ... ok
  538. test config::navigation::tests::test_collapsed_tab ... ok
  539. test config::colors::tests::test_conversion_from_hex_invalid_size ... ok
  540. test config::colors::tests::test_conversion_from_hex_invalid_character ... ok
  541. test config::colors::tests::test_conversion_from_teal_hex_with_alpha ... ok
  542. test config::colors::tests::test_conversion_from_hex_sgb_255 ... ok
  543. test config::colors::tests::test_conversion_from_gray_hex_with_alpha ... ok
  544. test config::colors::tests::test_conversion_from_hex_sgb_1 ... ok
  545. test config::navigation::tests::test_color_automation ... ok
  546. test config::navigation::tests::test_color_automation_arr ... ok
  547. test config::tests::test_filepath_does_not_exist_without_fallback ... ok
  548. test config::tests::test_change_one_color ... ok
  549. test config::tests::test_filepath_does_not_exist_with_fallback ... ok
  550. test config::tests::test_change_bindings ... ok
  551. test config::tests::test_change_config_cursor ... ok
  552. test crosswords::grid::storage::tests::grow_after_zero ... ok
  553. test crosswords::grid::storage::tests::grow_before_zero ... ok
  554. test crosswords::grid::storage::tests::indexing ... ok
  555. test crosswords::grid::storage::tests::initialize ... ok
  556. test crosswords::grid::storage::tests::initialize_with_square ... ok
  557. test crosswords::grid::storage::tests::rotate ... ok
  558. test crosswords::grid::storage::tests::rotate_wrap_zero ... ok
  559. test crosswords::grid::storage::tests::shrink_after_zero ... ok
  560. test crosswords::grid::storage::tests::shrink_before_and_after_zero ... ok
  561. test crosswords::grid::storage::tests::shrink_before_zero ... ok
  562. test crosswords::grid::storage::tests::shrink_then_grow ... ok
  563. test crosswords::grid::storage::tests::truncate_invisible_lines ... ok
  564. test crosswords::grid::storage::tests::truncate_invisible_lines_beginning ... ok
  565. test crosswords::grid::storage::tests::with_capacity ... ok
  566. test crosswords::grid::tests::grow_reflow ... ok
  567. test crosswords::grid::tests::grow_reflow_disabled ... ok
  568. test config::tests::test_change_option_as_alt ... ok
  569. test crosswords::grid::tests::grow_reflow_multiline ... ok
  570. test crosswords::grid::tests::scroll_down ... ok
  571. test crosswords::grid::tests::scroll_down_with_history ... ok
  572. test crosswords::grid::tests::scroll_up ... ok
  573. test crosswords::grid::tests::shrink_reflow_disabled ... ok
  574. test crosswords::grid::tests::shrink_reflow ... ok
  575. test crosswords::grid::tests::shrink_reflow_empty_cell_inside_line ... ok
  576. test crosswords::grid::tests::shrink_reflow_twice ... ok
  577. test crosswords::grid::tests::test_iter ... ok
  578. test crosswords::pos::tests::location_ordering ... ok
  579. test config::tests::test_change_config_renderer ... ok
  580. test config::tests::test_change_developer_and_performance ... ok
  581. test config::tests::test_change_config_width_height ... ok
  582. test config::tests::test_change_config_environment_variables ... ok
  583. test ansi::sixel::tests::load_sixel_files ... ok
  584. test config::tests::test_change_style ... ok
  585. test config::tests::test_change_theme ... ok
  586. test crosswords::search::tests::anchored_empty ... ok
  587. test config::tests::test_invalid_config_file ... ok
  588. test crosswords::search::tests::empty_match ... ok
  589. test crosswords::search::tests::empty_match_multibyte ... ok
  590. test crosswords::search::tests::empty_match_multiline ... ok
  591. test config::tests::test_change_colors ... ok
  592. test config::tests::test_shell ... ok
  593. test crosswords::search::tests::end_on_fullwidth ... ok
  594. test config::tests::test_if_explicit_defaults_match ... ok
  595. test crosswords::search::tests::greed_is_good ... ok
  596. test config::tests::test_use_fork ... ok
  597. test crosswords::search::tests::nfa_compile_error ... ok
  598. test crosswords::search::tests::end_on_multibyte_unicode ... ok
  599. test crosswords::search::tests::include_linebreak_right ... ok
  600. test config::tests::test_empty_config_file ... ok
  601. test crosswords::search::tests::inline_word_search ... ok
  602. test crosswords::search::tests::leading_spacer ... ok
  603. test crosswords::search::tests::fullwidth ... ok
  604. test config::tests::test_change_theme_with_colors_overwrite ... ok
  605. test crosswords::search::tests::multibyte_unicode ... ok
  606. test crosswords::search::tests::include_linebreak_left ... ok
  607. test crosswords::search::tests::nested_regex ... ok
  608. test crosswords::search::tests::multiline ... ok
  609. test crosswords::search::tests::no_match_left ... ok
  610. test crosswords::square::tests::test_line_length_works ... ok
  611. test crosswords::square::tests::test_square_size_is_below_cap ... ok
  612. test crosswords::square::tests::test_line_length_works_with_wrapline ... ok
  613. test crosswords::tests::parse_cargo_version ... ok
  614. test crosswords::search::tests::newline_breaking_semantic ... ok
  615. test crosswords::search::tests::no_match_right ... ok
  616. test crosswords::search::tests::reverse_search_dead_recovery ... ok
  617. test crosswords::search::tests::regex_right ... ok
  618. test crosswords::search::tests::regex_left ... ok
  619. test crosswords::search::tests::skip_dead_cell ... ok
  620. test crosswords::search::tests::wrap_around_to_another_end ... ok
  621. test crosswords::search::tests::wide_without_spacer ... ok
  622. test crosswords::search::tests::singlecell_fullwidth ... ok
  623. test crosswords::tests::line_selection_works ... ok
  624. test crosswords::search::tests::wrapping_into_fullwidth ... ok
  625. test crosswords::tests::scroll_up ... ok
  626. test crosswords::tests::simple_selection_works ... ok
  627. test crosswords::search::tests::wrapping ... ok
  628. test crosswords::tests::block_selection_works ... ok
  629. test crosswords::tests::test_linefeed ... ok
  630. test crosswords::tests::test_input ... ok
  631. test crosswords::tests::test_linefeed_moving_cursor ... ok
  632. test crosswords::tests::test_search_nearest_hyperlink_from_pos_on_existent_hyperlink ... ok
  633. test crosswords::tests::test_search_nearest_hyperlink_from_pos_on_multiple_lines ... ok
  634. test crosswords::tests::test_search_nearest_hyperlink_from_pos_on_single_line ... ok
  635. test crosswords::vi_mode::tests::motion_first_occupied ... ok
  636. test crosswords::vi_mode::tests::motion_bracket ... ok
  637. test crosswords::vi_mode::tests::motion_semantic_left_start ... ok
  638. test crosswords::vi_mode::tests::motion_semantic_left_end ... ok
  639. test crosswords::vi_mode::tests::motion_high_middle_low ... ok
  640. test crosswords::vi_mode::tests::motion_semantic_right_end ... ok
  641. test crosswords::vi_mode::tests::motion_start_end ... ok
  642. test selection::tests::block_is_empty ... ok
  643. test crosswords::vi_mode::tests::motion_word ... ok
  644. test crosswords::vi_mode::tests::motion_semantic_right_start ... ok
  645. test crosswords::vi_mode::tests::scroll_semantic ... ok
  646. test selection::tests::range_intersection ... ok
  647. test crosswords::vi_mode::tests::scroll_simple ... ok
  648. test crosswords::vi_mode::tests::scroll_over_bottom ... ok
  649. test crosswords::vi_mode::tests::scroll_over_top ... ok
  650. test crosswords::vi_mode::tests::scroll_word ... ok
  651. test crosswords::vi_mode::tests::semantic_wide ... ok
  652. test crosswords::vi_mode::tests::word_wide ... ok
  653. test selection::tests::simple_is_empty ... ok
  654. test crosswords::vi_mode::tests::motion_simple ... ok
  655. test selection::tests::across_adjacent_lines_upward_final_cell_exclusive ... ok
  656. test selection::tests::between_adjacent_cells_right_to_left ... ok
  657. test crosswords::vi_mode::tests::simple_wide ... ok
  658. test selection::tests::between_adjacent_cells_left_to_right ... ok
  659. test selection::tests::line_selection ... ok
  660. test selection::tests::block_selection ... ok
  661. test selection::tests::semantic_selection ... ok
  662. test selection::tests::selection_bigger_then_smaller ... ok
  663. test selection::tests::rotate_in_region_up ... ok
  664. test selection::tests::single_cell_left_to_right ... ok
  665. test selection::tests::rotate_in_region_down ... ok
  666. test selection::tests::rotate_in_region_up_block ... ok
  667. test selection::tests::simple_selection ... ok
  668. test selection::tests::single_cell_right_to_left ... ok
  669. test crosswords::search::tests::runtime_cache_error ... ok
  670.  
  671. test result: ok. 150 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
  672.  
  673.  Running unittests src/lib.rs (target/release/deps/rio_proc_macros-0ad92179a906f469)
  674.  
  675. running 0 tests
  676.  
  677. test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
  678.  
  679.  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/rio_window-879976e4c5532005)
  680.  
  681. running 8 tests
  682. test error::tests::ensure_fmt_does_not_panic ... ok
  683. test event::tests::test_event_clone ... ok
  684. test event::tests::ensure_attrs_do_not_panic ... ok
  685. test event::tests::test_force_normalize ... ok
  686. test platform_impl::platform::x11::activation::tests::properly_escapes_x11_messages ... ok
  687. test event::tests::test_map_nonuser_event ... ok
  688. test platform_impl::platform::x11::xsettings::tests::empty ... ok
  689. test platform_impl::platform::x11::xsettings::tests::parse_xsettings ... ok
  690.  
  691. test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
  692.  
  693.  Running tests/send_objects.rs (target/x86_64-unknown-linux-gnu/release/deps/send_objects-d03eb74baba70b7e)
  694.  
  695. running 5 tests
  696. test custom_cursor_send ... ok
  697. test event_loop_proxy_send ... ok
  698. test window_builder_send ... ok
  699. test ids_send ... ok
  700. test window_send ... ok
  701.  
  702. test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
  703.  
  704.  Running tests/sync_object.rs (target/x86_64-unknown-linux-gnu/release/deps/sync_object-e65774d2b2420d5f)
  705.  
  706. running 4 tests
  707. test custom_cursor_sync ... ok
  708. test window_builder_sync ... ok
  709. test event_loop_proxy_send ... ok
  710. test window_sync ... ok
  711.  
  712. test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
  713.  
  714.  Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/release/deps/rio-01279b459c9155fa)
  715.  
  716. running 33 tests
  717. test bindings::tests::binding_matches_different_action ... ok
  718. test bindings::tests::binding_matches_identical_mode ... ok
  719. test bindings::tests::binding_matches_itself ... ok
  720. test bindings::tests::binding_matches_modes ... ok
  721. test bindings::tests::binding_matches_mode_notmode ... ok
  722. test bindings::tests::binding_matches_notmodes ... ok
  723. test bindings::tests::binding_matches_partial_intersection ... ok
  724. test bindings::tests::binding_mismatches_notmode ... ok
  725. test bindings::tests::binding_mismatches_unrelated ... ok
  726. test bindings::tests::binding_trigger_modes ... ok
  727. test bindings::tests::binding_trigger_notmodes ... ok
  728. test bindings::tests::binding_with_mode_matches_empty_mode ... ok
  729. test bindings::tests::binding_without_mode_matches_any_mode ... ok
  730. test bindings::tests::bindings_overwrite ... ok
  731. test bindings::tests::mods_binding_requires_strict_match ... ok
  732. test mouse::test::test_pos_calc_moving_mouse_x_with_scale_1_with_margin_10 ... ok
  733. test mouse::test::test_pos_calc_moving_mouse_x_with_scale_2 ... ok
  734. test mouse::test::test_pos_calc_font_size_12_6_moving_mouse_x_with_scale_1_with_margin_10 ... ok
  735. test mouse::test::test_pos_calc_moving_mouse_x_with_scale_2_with_margin_10 ... ok
  736. test mouse::test::test_pos_calc_moving_mouse_x_with_scale_1 ... ok
  737. test renderer::navigation::tests::test_get_color_overwrite ... ok
  738. test context::grid::test::test_single_context_respecting_margin_and_no_quad_creation ... ok
  739. test context::test::test_capacity ... ok
  740. test context::test::test_close_last_context ... ok
  741. test context::grid::test::test_split_down ... ok
  742. test context::grid::test::test_resize ... ok
Add Comment
Please, Sign In to add comment