Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake.lock: Update #305

Merged
merged 1 commit into from
Sep 16, 2024

flake.lock: Update

5949ff2
Select commit
Loading
Failed to load commit list.
Merged

flake.lock: Update #305

flake.lock: Update
5949ff2
Select commit
Loading
Failed to load commit list.
Garnix CI / check vm_deluge_basic [x86_64-linux] succeeded Sep 16, 2024 in 5m 39s

Run results

Build succeeded

Details

Last 100 lines of logs:

�[2mclient # [   18.804393] systemd[1]: Stopped target User and Group Name Lookups.�[0m
�[2mclient # [   18.808592] systemd[1]: Stopping User and Group Name Lookups...�[0m
�[2mclient # [   18.810328] systemd[1]: Stopping Name Service Cache Daemon (nsncd)...�[0m
�[2mclient # [   18.813607] systemd[1]: nscd.service: Deactivated successfully.�[0m
�[2mclient # [   18.817164] systemd[1]: Stopped Name Service Cache Daemon (nsncd).�[0m
�[2mclient # [   18.841391] systemd[1]: Starting Name Service Cache Daemon (nsncd)...�[0m
�[2mclient # [   18.881816] systemd[1]: Started DHCP Client.�[0m
�[2mclient # [   18.885331] systemd[1]: Reached target Network is Online.�[0m
�[2mclient # [   18.914499] systemd[1]: Started Name Service Cache Daemon (nsncd).�[0m
�[2mclient # [   18.917886] nsncd[894]: Sep 16 01:30:16.428 INFO started, config: Config { ignored_request_types: {}, worker_count: 8, handoff_timeout: 3s }, path: "/var/run/nscd/socket"�[0m
�[2mclient # [   18.920720] systemd[1]: Reached target Multi-User System.�[0m
�[2mclient # [   18.922167] systemd[1]: Reached target Host and Network Name Lookups.�[0m
�[2mclient # [   18.923228] systemd[1]: Reached target User and Group Name Lookups.�[0m
�[2mclient # [   18.924252] systemd[1]: Startup finished in 3.648s (kernel) + 15.266s (userspace) = 18.915s.�[0m
�[2mserver # Connection to localhost (127.0.0.1) 58846 port [tcp/*] succeeded!�[0m
(finished: waiting for TCP port 58846 on localhost, in 5.54 seconds)
server: �[1m�[32mwaiting for TCP port 8112 on localhost�[0m
�[2mserver # Connection to localhost (127.0.0.1) 8112 port [tcp/*] succeeded!�[0m
(finished: waiting for TCP port 8112 on localhost, in 0.05 seconds)
�[1m�[32msubtest: access�[0m
curl --show-error --location --cookie-jar cookie.txt --cookie cookie.txt --connect-to d.example.com:443:server:443 --connect-to d.example.com:80:server:80 --connect-to auth.example.com:443:server:443 --silent --output /dev/null --write-out '{"code":%{response_code}}' http://d.example.com
client: �[1m�[32mwaiting for the VM to finish booting�[0m
client: Guest shell says: b'Spawning backdoor root shell...\n'
client: connected to guest root shell
client: (connecting took 0.00 seconds)
(finished: waiting for the VM to finish booting, in 0.00 seconds)
(finished: subtest: access, in 0.10 seconds)
�[1m�[32msubtest: extraScript�[0m
server: �[1m�[32mmust succeed: journalctl -n100 -u deluged�[0m
(finished: must succeed: journalctl -n100 -u deluged, in 0.04 seconds)
Sep 16 01:30:09 server systemd[1]: Starting Deluge BitTorrent Daemon...
Sep 16 01:30:10 server systemd[1]: Started Deluge BitTorrent Daemon.

server: �[1m�[32mmust succeed: systemctl status deluged�[0m
(finished: must succeed: systemctl status deluged, in 0.05 seconds)
● deluged.service - Deluge BitTorrent Daemon
     Loaded: loaded (/etc/systemd/system/deluged.service; enabled; preset: enabled)
     Active: active (running) since Mon 2024-09-16 01:30:10 UTC; 6s ago
 Invocation: dcd5d6ecbc224179afb6649d8f3bd37a
    Process: 848 ExecStartPre=/nix/store/66kifwm41vbxy6r1hxhasdd6s1h122zw-unit-script-deluged-pre-start/bin/deluged-pre-start (code=exited, status=0/SUCCESS)
   Main PID: 868 (..deluged-wrapp)
         IP: 216B in, 1.2K out
         IO: 0B read, 16K written
      Tasks: 3 (limit: 1138)
     Memory: 65.1M (peak: 65.3M)
        CPU: 1.892s
     CGroup: /system.slice/deluged.service
             └─868 /nix/store/h3i0acpmr8mrjx07519xxmidv8mpax4y-python3-3.12.5/bin/python3.12 /nix/store/dcig2a03iazhg91in0lz85xksf5yjsr1-python3.12-deluge-gtk-2.1.1/bin/..deluged-wrapped-wrapped --do-not-daemonize --config /var/lib/deluge/.config/deluge

Sep 16 01:30:09 server systemd[1]: Starting Deluge BitTorrent Daemon...
Sep 16 01:30:10 server systemd[1]: Started Deluge BitTorrent Daemon.

server: �[1m�[32mmust succeed: systemctl status delugeweb�[0m
(finished: must succeed: systemctl status delugeweb, in 0.05 seconds)
● delugeweb.service - Deluge BitTorrent WebUI
     Loaded: loaded (/etc/systemd/system/delugeweb.service; enabled; preset: enabled)
     Active: active (running) since Mon 2024-09-16 01:30:10 UTC; 6s ago
 Invocation: 6785f19cd45641fcadefa83785256c19
   Main PID: 869 (deluge-web)
         IP: 716B in, 2.7K out
         IO: 0B read, 4K written
      Tasks: 1 (limit: 1138)
     Memory: 66.6M (peak: 66.8M)
        CPU: 1.606s
     CGroup: /system.slice/delugeweb.service
             └─869 deluge-web

Sep 16 01:30:10 server systemd[1]: Started Deluge BitTorrent WebUI.

�[1m�[32msubtest: web connect�[0m
server: �[1m�[32mmust succeed: cat /var/lib/deluge/.config/deluge/auth�[0m
(finished: must succeed: cat /var/lib/deluge/.config/deluge/auth, in 0.04 seconds)
localclient:localclientpw:10
user:userpw:10
curl --show-error --location --cookie-jar cookie.txt --cookie cookie.txt --connect-to d.example.com:443:server:443 --connect-to d.example.com:80:server:80 --connect-to auth.example.com:443:server:443 --data ' {"method": "auth.login", "params": ["deluge"], "id": 1} '  -H "Content-Type: application/json" -H "Accept: application/json"  http://d.example.com/json
�[2mclient #   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current�[0m
�[2mclient #                                  Dload  Upload   Total   Spent    Left  Speed�[0m
�[2mclient #   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100    97    0    40  100    57    785   1118 --:--:-- --:--:-- --:--:--  1940�[0m
{'result': True, 'error': None, 'id': 1}
curl --show-error --location --cookie-jar cookie.txt --cookie cookie.txt --connect-to d.example.com:443:server:443 --connect-to d.example.com:80:server:80 --connect-to auth.example.com:443:server:443 --data ' {"method": "web.get_hosts", "params": [], "id": 1} '  -H "Content-Type: application/json" -H "Accept: application/json"  http://d.example.com/json
�[2mclient #   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current�[0m
�[2mclient #                                  Dload  Upload   Total   Spent    Left  Speed�[0m
�[2mclient #   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   161    0   109  100    52   4674   2230 --:--:-- --:--:-- --:--:--  7000�[0m
{'result': [['ec52c6b9eb1b4d749971c9aeb08dc5a9', '127.0.0.1', 58846, 'localclient']], 'error': None, 'id': 1}
curl --show-error --location --cookie-jar cookie.txt --cookie cookie.txt --connect-to d.example.com:443:server:443 --connect-to d.example.com:80:server:80 --connect-to auth.example.com:443:server:443 --data ' {"method": "web.connect", "params": ["ec52c6b9eb1b4d749971c9aeb08dc5a9"], "id": 1} '  -H "Content-Type: application/json" -H "Accept: application/json"  http://d.example.com/json
�[2mclient #   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current�[0m
�[2mclient #                                  Dload  Upload   Total   Spent    Left  Speed�[0m
�[2mclient #   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  2042    0  1958  100    84  22184    951 --:--:-- --:--:-- --:--:-- 23204�[0m
{'result': ['core.add_torrent_file', 'core.add_torrent_file_async', 'core.add_torrent_files', 'core.add_torrent_magnet', 'core.add_torrent_url', 'core.connect_peer', 'core.create_account', 'core.create_torrent', 'core.disable_plugin', 'core.enable_plugin', 'core.force_reannounce', 'core.force_recheck', 'core.get_auth_levels_mappings', 'core.get_available_plugins', 'core.get_completion_paths', 'core.get_config', 'core.get_config_value', 'core.get_config_values', 'core.get_enabled_plugins', 'core.get_external_ip', 'core.get_filter_tree', 'core.get_free_space', 'core.get_known_accounts', 'core.get_libtorrent_version', 'core.get_listen_port', 'c…
(finished: subtest: web connect, in 0.41 seconds)
(finished: subtest: extraScript, in 0.55 seconds)
(finished: run the VM test script, in 22.18 seconds)
test script finished in 22.31s
�[1m�[32mcleanup�[0m
kill machine (pid 8)
qemu-kvm: terminating on signal 15 from pid 5 (/nix/store/h3i0acpmr8mrjx07519xxmidv8mpax4y-python3-3.12.5/bin/python3.12)
kill machine (pid 29)
qemu-kvm: terminating on signal 15 from pid 5 (/nix/store/h3i0acpmr8mrjx07519xxmidv8mpax4y-python3-3.12.5/bin/python3.12)
(finished: cleanup, in 0.03 seconds)
kill vlan (pid 6)