 Jacek GalowiczandGitHub
|
6b414c5b66
|
Merge pull request #168609 from rnhmjoj/pr-test-driver
nixos/test-driver: highlight driver log lines
|
2022-04-14 13:09:36 +02:00 |
|
 Mario RodasandGitHub
|
0f542f395c
|
Merge pull request #168311 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.17087 -> 0.1.17110
|
2022-04-14 06:02:43 -05:00 |
|
 Mario RodasandGitHub
|
12e23b737b
|
Merge pull request #168379 from 06kellyjac/cosign
cosign: 1.7.1 -> 1.7.2
|
2022-04-14 06:00:02 -05:00 |
|
 Mario RodasandGitHub
|
67f3f06ee7
|
Merge pull request #166583 from 06kellyjac/go-containerregistry
go-containerregistry: 0.6.0 -> 0.8.0
|
2022-04-14 05:58:05 -05:00 |
|
 Mario RodasandGitHub
|
6a7ec1d275
|
Merge pull request #168500 from 06kellyjac/infracost
infracost: 0.9.21 -> 0.9.22
|
2022-04-14 05:57:33 -05:00 |
|
 Mario RodasandGitHub
|
e4be8477d2
|
Merge pull request #167500 from 06kellyjac/deno
deno: 1.19.1 -> 1.20.5
|
2022-04-14 05:56:39 -05:00 |
|
 Mario RodasandGitHub
|
8c0a1eb180
|
Merge pull request #168494 from 06kellyjac/driftctl
driftctl: 0.27.0 -> 0.28.0
|
2022-04-14 05:55:56 -05:00 |
|
 Mario RodasandGitHub
|
1e9b26194e
|
postgresqlPackages.pg_auto_failover: 1.6.3 -> 1.6.4 (#168611)
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.4
|
2022-04-14 05:52:02 -05:00 |
|
 pennaeandGitHub
|
3e9855f8ac
|
Merge pull request #168328 from K900/fix-nix-ld-test
tests/nix-ld: fix invocation
|
2022-04-14 10:41:26 +00:00 |
|
 ppenguinandGitHub
|
67b8f5cfff
|
rubyPackages: add pandocomatic (#164545)
* add pandocomatic
* upddate ruby-packages and add pandocomatic
|
2022-04-14 05:39:57 -05:00 |
|
 Janne HeßandGitHub
|
0581d31bf9
|
Merge pull request #167393 from iblech/patch-docs-cc
nixos-rebuild, switch-to-configuration: document and protect against cross compilation subtlety
|
2022-04-14 12:30:39 +02:00 |
|
 Mario RodasandGitHub
|
6361b4941a
|
Merge pull request #161209 from viraptor/rbspy
rbspy: init at 0.11.1
|
2022-04-14 05:09:46 -05:00 |
|
 Mario RodasandGitHub
|
0b22d18b36
|
Merge pull request #168250 from r-ryantm/auto-update/flow
flow: 0.174.1 -> 0.175.1
|
2022-04-14 05:04:27 -05:00 |
|
 Mario RodasandGitHub
|
fa436dc147
|
Merge pull request #168337 from blogle/mutagen-0.13.1
mutagen: 0.11.18 -> 0.13.1
|
2022-04-14 05:04:10 -05:00 |
|
 Mario RodasandGitHub
|
0d2ac5b4ea
|
Merge pull request #168582 from r-ryantm/auto-update/git-machete
git-machete: 3.7.2 -> 3.8.0
|
2022-04-14 05:03:21 -05:00 |
|
 Mario RodasandGitHub
|
ed2962bb93
|
Merge pull request #168583 from r-ryantm/auto-update/gitRepo
gitRepo: 2.22 -> 2.23
|
2022-04-14 05:00:25 -05:00 |
|
 Mario RodasandGitHub
|
c05750ff54
|
Merge pull request #168595 from welteki/bump-arkade
arkade: 0.8.22 -> 0.8.23
|
2022-04-14 04:58:30 -05:00 |
|
 Mario RodasandGitHub
|
77f5130ffa
|
Merge pull request #167202 from xrelkd/update/asmfmt
asmfmt: 1.2.3 -> 1.3.2
|
2022-04-14 04:58:02 -05:00 |
|
 Mario RodasandGitHub
|
a6869ff1a6
|
Merge pull request #167363 from xrelkd/update/debianutils
debianutils: 4.11.2 -> 5.7
|
2022-04-14 04:57:28 -05:00 |
|
 Mario RodasandGitHub
|
4fc2605ab5
|
Merge pull request #168587 from xrelkd/update/eksctl
eksctl: 0.92.0 -> 0.93.0
|
2022-04-14 04:56:48 -05:00 |
|
 Mario RodasandGitHub
|
42b17e3c0b
|
Merge pull request #168601 from r-ryantm/auto-update/python3.10-stripe
python310Packages.stripe: 2.71.0 -> 2.72.0
|
2022-04-14 04:56:11 -05:00 |
|
rnhmjoj
|
ca1b1f6dc0
|
nixos/test-driver: highlight driver log lines
There is a whole lot of noise in a NixOS test log due to journal,
commands, and test driver messages all being mixing together.
With this commit the test driver messages are highlighted so you don't
have to squint too much to see where a subtest starts and ends or what
was the last command being run.
Here's an excerpt from a highlighted log:
[2mmachine # [ 6.647826] dhcpcd[668]: eth0: adding default route via 10.0.2.2[0m
[2mmachine # I've had a great day![0m
(finished: must succeed: curl -sfL https://example.com/how-are-you? | tee /dev/stderr, in 0.19 seconds)
(finished: subtest: Privoxy can filter https requests, in 0.22 seconds)
[1m[32msubtest: Blocks are working[0m
machine: [1m[32mwaiting for TCP port 443[0m
[2mmachine # Connection to localhost (::1) 443 port [tcp/https] succeeded![0m
(finished: waiting for TCP port 443, in 0.03 seconds)
machine: [1m[32mmust fail: curl -f https://example.com/ads 1>&2[0m
[2mmachine # [ 6.730608] nscd[742]: 742 monitored file `/etc/resolv.conf` was written to[0m
[2mmachine # [ 6.733071] privoxy[814]: 2022-04-14 09:41:01.695 7fa995c39640 Actions: +block{Fake ads} ...
[2mmachine # curl: (22) The requested URL returned error: 403[0m
[2mmachine # [ 6.753098] systemd[1]: Stopping Name Service Cache Daemon...[0m
[2mmachine # [ 6.755632] systemd[1]: nscd.service: Deactivated successfully.[0m
[2mmachine # [ 6.757069] systemd[1]: Stopped Name Service Cache Daemon.[0m
(finished: must fail: curl -f https://example.com/ads 1>&2, in 0.07 seconds)
machine: [1m[32mmust succeed: curl -f https://example.com/PRIVOXY-FORCE/ads 1>&2[0m
[2mmachine # [ 6.765099] systemd[1]: Starting Name Service Cache Daemon...[0m
[2mmachine # [ 6.781519] nscd[925]: 925 monitoring file `/etc/passwd` (1)[0m
[2mmachine # [ 6.844105] systemd[1]: Reached target Network is Online.[0m
[2mmachine # [ 6.848860] privoxy[814]: 2022-04-14 09:41:01.805 7fa995c39640 Actions: +block{Fake ads} ...
[2mmachine # [ 6.856068] nscd[925]: 925 monitoring file `/etc/nsswitch.conf` (8)[0m
[2mmachine # [ 6.858229] systemd[1]: Reached target Multi-User System.[0m
[2mmachine # [ 6.858934] nscd[925]: 925 monitoring directory `/etc` (2)[0m
[2mmachine # [ 6.861315] systemd[1]: Startup finished in 2.374s (kernel) + 4.451s (userspace) = 6.826s.[0m
[2mmachine # Hot Nixpkgs PRs in your area. Click here![0m
[2mmachine # [ 6.873055] nscd[925]: 925 monitoring directory `/etc` (2)[0m
[2mmachine # [ 6.874489] nscd[925]: 925 monitoring file `/etc/nsswitch.conf` (8)[0m
[2mmachine # [ 6.875599] nscd[925]: 925 monitoring directory `/etc` (2)[0m
(finished: must succeed: curl -f https://example.com/PRIVOXY-FORCE/ads 1>&2, in 0.12 seconds)
(finished: subtest: Blocks are working, in 0.22 seconds)
[1m[32msubtest: Temporary certificates are cleaned[0m
machine: [1m[32mmust succeed: test $(ls /run/privoxy/certs | wc -l) -gt 0[0m
(finished: must succeed: test $(ls /run/privoxy/certs | wc -l) -gt 0, in 0.02 seconds)
machine: [1m[32mmust succeed: date -s "$(date --date '12 days')"[0m
(finished: must succeed: date -s "$(date --date '12 days')", in 0.02 seconds)
[2mmachine # [ 6.959589] systemd[1]: Started Logrotate Service.[0m
[2mmachine # [ 6.966685] systemd[1]: Starting Cleanup of Temporary Directories...[0m
[2mmachine # [ 6.974783] systemd[1]: logrotate.service: Deactivated successfully.[0m
[2mmachine # [ 7.004493] systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.[0m
[2mmachine # [ 7.005457] systemd[1]: Finished Cleanup of Temporary Directories.[0m
machine: [1m[32mmust succeed: test $(ls /run/privoxy/certs | wc -l) -eq 0[0m
(finished: must succeed: test $(ls /run/privoxy/certs | wc -l) -eq 0, in 0.01 seconds)
(finished: subtest: Temporary certificates are cleaned, in 0.15 seconds)
(finished: run the VM test script, in 7.44 seconds)
test script finished in 7.48s
[1m[32mcleanup[0m
kill machine (pid 8)
|
2022-04-14 11:54:21 +02:00 |
|
 Thiago Kenji OkadaandGitHub
|
719250c1df
|
Merge pull request #168574 from ratsclub/aerc-0.8
aerc: 0.7.1 -> 0.9.0
|
2022-04-14 10:24:17 +01:00 |
|
 Doron BeharandGitHub
|
94eb0d16a3
|
Merge pull request #149667 from doronbehar/doc/pname-version-conventions
docs: Make coding conventions use pname/version
|
2022-04-14 12:00:59 +03:00 |
|
 LassulusandGitHub
|
7392416a53
|
Merge pull request #168302 from helsinki-systems/feat/systemd-stage-1-lvm
nixos/stage-1-systemd: Add LVM2 support (+ test)
|
2022-04-14 09:52:24 +01:00 |
|
 ArtturiandGitHub
|
1690820ab5
|
Merge pull request #134523 from reedrw/bluej-gsettings-fix
bluej: fix gsettings schemas
|
2022-04-14 11:46:19 +03:00 |
|
 Kim LindbergerandGitHub
|
a2e8bfe9cb
|
Merge pull request #168459 from talyz/nomachine-7.9.2
nomachine-client: 7.8.2 -> 7.9.2
|
2022-04-14 10:45:23 +02:00 |
|
R. Ryantm
|
b04f659505
|
python310Packages.stripe: 2.71.0 -> 2.72.0
|
2022-04-14 08:36:05 +00:00 |
|
 Janne HeßandGitHub
|
cb1624c130
|
Merge pull request #168477 from helsinki-systems/feat/systemd-stage-1-hibernation
nixos/stage-1-systemd: Implement and test hibernation
|
2022-04-14 10:15:28 +02:00 |
|
 Fabian AffolterandGitHub
|
6025530db8
|
Merge pull request #168592 from fabaff/bump-openhomedevice
python3Packages.openhomedevice: 2.0.1 -> 2.0.2
|
2022-04-14 10:04:33 +02:00 |
|
 Pascal BachandGitHub
|
1a70fa8acb
|
Merge pull request #137939 from kfiz/update-mongodb-44/50
Update mongodb to 4.4/5.0
|
2022-04-14 09:25:20 +02:00 |
|
Han Verstraete
|
29a38e618e
|
arkade: 0.8.22 -> 0.8.23
|
2022-04-14 09:06:38 +02:00 |
|
Fabian Affolter
|
f5de595df7
|
python3Packages.openhomedevice: 2.0.1 -> 2.0.2
|
2022-04-14 08:42:08 +02:00 |
|
 Fabian AffolterandGitHub
|
6b85f5e479
|
Merge pull request #168460 from neosimsim/python-packages-simple-salesforce-add-zeep
pythonPackages.simple-salesforce: add zeep to propagatedBuildInputs
|
2022-04-14 08:34:39 +02:00 |
|
 Fabian AffolterandGitHub
|
bc7d0cda9c
|
Merge pull request #168538 from fabaff/bump-aioshelly
python3Packages.aioshelly: 1.0.11 -> 2.0.0
|
2022-04-14 08:34:19 +02:00 |
|
 Fabian AffolterandGitHub
|
98ef317db3
|
Merge pull request #168539 from fabaff/bump-pyupgrade
pyupgrade: 2.31.1 -> 2.32.0
|
2022-04-14 08:34:08 +02:00 |
|
 Fabian AffolterandGitHub
|
2a95cfe3a8
|
Merge pull request #168541 from fabaff/bump-elkm1-lib
python3Packages.elkm1-lib: 1.2.2 -> 1.3.1
|
2022-04-14 08:33:55 +02:00 |
|
 Fabian AffolterandGitHub
|
79c16af970
|
Merge pull request #168542 from fabaff/bump-htmltest
htmltest: 0.15.0 -> 0.16.0
|
2022-04-14 08:33:42 +02:00 |
|
 Fabian AffolterandGitHub
|
87ed14064e
|
Merge pull request #168557 from r-ryantm/auto-update/python3.10-pytest-astropy
python310Packages.pytest-astropy: 0.9.0 -> 0.10.0
|
2022-04-14 08:33:18 +02:00 |
|
xrelkd
|
c00ac0d379
|
eksctl: 0.92.0 -> 0.93.0
|
2022-04-14 13:43:10 +08:00 |
|
 Anderson TorresandGitHub
|
ce932dbcf1
|
Merge pull request #168435 from AndersonTorres/new-muon
Small rewrites
|
2022-04-14 02:15:45 -03:00 |
|
Jan Tojnar
|
5db9253633
|
nixos/desktop-managers: Fix eval
nixos/lib/utils.nix is actually passed as `utils` argument to modules
so https://github.com/NixOS/nixpkgs/pull/168194 broke the eval.
Fixes: https://github.com/NixOS/nixpkgs/issues/168569
|
2022-04-14 06:53:08 +02:00 |
|
 Jan TojnarandGitHub
|
056b2b3beb
|
Merge pull request #168448 from r-ryantm/auto-update/gnome.swell-foop
gnome.swell-foop: 41.0.1 -> 41.1
|
2022-04-14 06:35:53 +02:00 |
|
R. Ryantm
|
7c63c5914d
|
gitRepo: 2.22 -> 2.23
|
2022-04-14 03:39:09 +00:00 |
|
R. Ryantm
|
b6f2d3588c
|
git-machete: 3.7.2 -> 3.8.0
|
2022-04-14 03:33:41 +00:00 |
|
Victor Freire
|
1a0addc799
|
aerc: 0.8.2 -> 0.9.0
|
2022-04-13 23:30:07 -03:00 |
|
 Franz PletzandGitHub
|
dfc7a39803
|
Merge pull request #168536 from thequux/add-sctp-support-to-iperf3
iperf3: Add support for SCTP
|
2022-04-14 03:52:35 +02:00 |
|
 Justin RestivoandYt
|
569f8c87c0
|
bore-cli: init at 0.2.1
|
2022-04-13 20:57:52 -04:00 |
|
 R. RyantmandYt
|
ae6932e7b9
|
elan: 1.3.1 -> 1.4.0
|
2022-04-13 20:56:11 -04:00 |
|
 R. RyantmandYt
|
8ceeec3f8d
|
cargo-tally: 1.0.2 -> 1.0.4
|
2022-04-13 20:55:56 -04:00 |
|