dd
dd
Seems fine: ``` test_accel_ipv4_pool (__main__.TestVPNPPTPServer.test_accel_ipv4_pool) ... ok test_accel_ipv6_pool (__main__.TestVPNPPTPServer.test_accel_ipv6_pool) ... ok test_accel_limits (__main__.TestVPNPPTPServer.test_accel_limits) ... ok test_accel_local_authentication (__main__.TestVPNPPTPServer.test_accel_local_authentication) ... ok test_accel_log_level (__main__.TestVPNPPTPServer.test_accel_log_level) ... ok test_accel_name_servers (__main__.TestVPNPPTPServer.test_accel_name_servers) ... ok test_accel_next_pool (__main__.TestVPNPPTPServer.test_accel_next_pool) ......
Try to: ``` scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso --sandbox ``` From the same place where you run make testd from. This launches the same environment as smoketest uses and gives you...
I don't see any recent changes - https://github.com/vyos/vyos-1x/commits/sagitta/smoketest/scripts/cli/base_accel_ppp_test.py on the test side. What changes you saw? Anyway... This seems like possible race condition where the test commits and tries to...
Closing due to inactivity. The smoketest isn't just very reliable, that's just how it's written and there were documented randomly failing tests on specific machines without any reason. Likely due...
Let's start with telegraf, please post what is your **Console Output** in **Jenskins**. If you see package missing then the build job for the packages likely failed and **Console Output**...
If you see only branch indexing then for some reason the build was never triggered. The `seed-jobs.sh build` should trigger all builds but there is possible race condition - if...
`owamp` dependencies are broken but fixed by my fork of vyos-build (docker container part) - https://github.com/dd010101/vyos-build/commit/4a6d29550a71560801914efa0b79984830213f6b What docker vyos-build container you are using? Are you using your own built from...
The default Jenkins view is bad to see what packages did fail since it shows the pipeline combined and you don't see sagitta branch for example. Also Jenkins really sucks...
> Might be a good idea to document all steps when using containers, without referring to the official instructions (in case they are updated for 1.5 only). Also it was...
> "opam switch create default 4.13.1" says "[ERROR] There already is an installed switch named default" Yes, that's okay. For some reason my opam didn't have the default environment so...