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

implement ZFS-backed rsnapshot backup #1325

Draft
wants to merge 58 commits into
base: master
Choose a base branch
from
Draft

Conversation

singingtelegram
Copy link
Member

@singingtelegram singingtelegram commented Oct 19, 2022

  • provision ZFS & tools on host
  • backup status
  • snapshot check
  • provision keys
  • validate still working after quoting

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 19, 2022

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (77)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
mutation.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 24, 2022

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (77)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
mutation.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 24, 2022

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (77)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
mutation.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 25, 2022

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (77)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
mutation.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 25, 2022

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (77)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
     hour =>
      - 2
      + 23
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
mutation.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 26, 2022

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (77)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
     hour =>
      - 2
      + 22
     minute =>
      - 0
      + 15
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
mutation.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 26, 2022

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (77)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
     hour =>
      - 2
      + 22
     minute =>
      - 0
      + 20
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
mutation.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 29, 2022

Errored hosts (1)

Changed hosts (1)

Unaffected hosts (77)


Errored hosts
error for newton.ocf.berkeley.edu
W, [2022-10-29T14:21:31.858360 #11268]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
     (file & line not available)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2022-10-29T14:21:31.858823 #11268]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x00005619af886f20@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x00005619af886de0@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-11226-1n9jljr/ocd-builddir-20221029-11268-2vyspp/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
     hour =>
      - 2
      + 22
     minute =>
      - 0
      + 20
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
madcow.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Oct 29, 2022

Errored hosts (1)

Changed hosts (1)

Unaffected hosts (77)


Errored hosts
error for newton.ocf.berkeley.edu
W, [2022-10-29T14:22:56.708855 #21384]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
     (file & line not available)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2022-10-29T14:22:56.709243 #21384]  WARN -- : Failed build_catalog for origin/master validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x0000555ae6c4cd40@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x0000555ae6c4cc00@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221029-21342-ca926x/ocd-builddir-20221029-21384-1lm0uod/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
     hour =>
      - 2
      + 22
     minute =>
      - 0
      + 20
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
  File[/opt/share/backups/backup-mysql] =>
   parameters =>
     content =>
      @@ -19,3 +19,3 @@
                    --routines \
                    --single-transaction \
      -             --databases {} | pigz > "mysql-{}-$(date +%F).sql.gz"' -- $databases
      +             --databases {} > "mysql-{}-$(date +%F).sql"' -- $databases
*******************************************
  File[/opt/share/backups/backup-pgsql] =>
   parameters =>
     content =>
      @@ -4,3 +4,3 @@
       # Dumps the entire PostgreSQL instance to one .sql file.
       # Requires that a valid ~/.pgpass file be available on the PostgreSQL host
      -ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost | pigz' > "pgsql-all-$(date +%F).sql.gz"
      +ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost' > "pgsql-all-$(date +%F).sql"
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
jaws.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
madcow.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Nov 6, 2022

Errored hosts (2)

Changed hosts (1)

Unaffected hosts (79)


Errored hosts
error for jaws.ocf.berkeley.edu
E, [2022-11-05T20:11:24.571780 #24476] ERROR -- : ENC failed - Status 1
#<Thread:0x000055a8219db498@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x000055a8219db358@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/2.5.0/psych.rb:402:in `parse': no implicit conversion of nil into String (TypeError)
	from /usr/lib/ruby/2.5.0/psych.rb:402:in `parse_stream'
	from /usr/lib/ruby/2.5.0/psych.rb:350:in `parse'
	from /usr/lib/ruby/2.5.0/psych.rb:263:in `load'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/enc.rb:66:in `override_enc_parameters'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/enc.rb:56:in `execute'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/builddir.rb:204:in `install_enc'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/builddir.rb:60:in `initialize'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:100:in `new'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:100:in `bootstrap'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:113:in `build_catalog'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog.rb:96:in `build'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:241:in `build_catalog'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:34:in `execute'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:193:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
error for newton.ocf.berkeley.edu
W, [2022-11-05T20:11:40.661826 #26034]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
     (file & line not available)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2022-11-05T20:11:40.662339 #26034]  WARN -- : Failed build_catalog for origin/master validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x000055e631bcd190@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x000055e631bcd050@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-25997-fcsp8e/ocd-builddir-20221105-26034-1p5evx3/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
     hour =>
      - 2
      + 22
     minute =>
      - 0
      + 20
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
  File[/opt/share/backups/backup-mysql] =>
   parameters =>
     content =>
      @@ -19,3 +19,3 @@
                    --routines \
                    --single-transaction \
      -             --databases {} | pigz > "mysql-{}-$(date +%F).sql.gz"' -- $databases
      +             --databases {} > "mysql-{}-$(date +%F).sql"' -- $databases
*******************************************
  File[/opt/share/backups/backup-pgsql] =>
   parameters =>
     content =>
      @@ -4,3 +4,3 @@
       # Dumps the entire PostgreSQL instance to one .sql file.
       # Requires that a valid ~/.pgpass file be available on the PostgreSQL host
      -ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost | pigz' > "pgsql-all-$(date +%F).sql.gz"
      +ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost' > "pgsql-all-$(date +%F).sql"
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
failure.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
madcow.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
radiation-mgmt.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
singularity.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Nov 6, 2022

Errored hosts (2)

Changed hosts (1)

Unaffected hosts (79)


Errored hosts
error for jaws.ocf.berkeley.edu
E, [2022-11-05T21:32:58.642396 #8827] ERROR -- : ENC failed - Status 1
#<Thread:0x000056109465b468@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x000056109465b328@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/2.5.0/psych.rb:402:in `parse': no implicit conversion of nil into String (TypeError)
	from /usr/lib/ruby/2.5.0/psych.rb:402:in `parse_stream'
	from /usr/lib/ruby/2.5.0/psych.rb:350:in `parse'
	from /usr/lib/ruby/2.5.0/psych.rb:263:in `load'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/enc.rb:66:in `override_enc_parameters'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/enc.rb:56:in `execute'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/builddir.rb:204:in `install_enc'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/builddir.rb:60:in `initialize'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:100:in `new'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:100:in `bootstrap'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:113:in `build_catalog'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog.rb:96:in `build'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:241:in `build_catalog'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:34:in `execute'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:193:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
error for newton.ocf.berkeley.edu
W, [2022-11-05T21:33:17.549341 #10592]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
     (file & line not available)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
  Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2022-11-05T21:33:17.549821 #10592]  WARN -- : Failed build_catalog for . validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x0000559fcaf52430@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x0000559fcaf522f0@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.20/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\/' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 75)
Warning: Unrecognized escape sequence '\1' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Warning: Unrecognized escape sequence '\2' (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf_desktop/manifests/packages.pp, line: 112, column: 172)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20221105-10547-jjya4a/ocd-builddir-20221105-10592-4jom4o/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node newton.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh
     hour =>
      - 2
      + 22
     minute =>
      - 0
      + 20
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
  File[/opt/share/backups/backup-mysql] =>
   parameters =>
     content =>
      @@ -19,3 +19,3 @@
                    --routines \
                    --single-transaction \
      -             --databases {} | pigz > "mysql-{}-$(date +%F).sql.gz"' -- $databases
      +             --databases {} > "mysql-{}-$(date +%F).sql"' -- $databases
*******************************************
  File[/opt/share/backups/backup-pgsql] =>
   parameters =>
     content =>
      @@ -4,3 +4,3 @@
       # Dumps the entire PostgreSQL instance to one .sql file.
       # Requires that a valid ~/.pgpass file be available on the PostgreSQL host
      -ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost | pigz' > "pgsql-all-$(date +%F).sql.gz"
      +ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost' > "pgsql-all-$(date +%F).sql"
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
failure.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
madcow.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
radiation-mgmt.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
singularity.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Nov 7, 2022

Errored hosts (1)

Changed hosts (1)

Unaffected hosts (79)


Errored hosts
error for jaws.ocf.berkeley.edu
E, [2022-11-07T02:38:08.491865 #10524] ERROR -- : ENC failed - Status 1
#<Thread:0x000055e5ad3bf450@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x000055e5ad3bf310@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/2.5.0/psych.rb:402:in `parse': no implicit conversion of nil into String (TypeError)
	from /usr/lib/ruby/2.5.0/psych.rb:402:in `parse_stream'
	from /usr/lib/ruby/2.5.0/psych.rb:350:in `parse'
	from /usr/lib/ruby/2.5.0/psych.rb:263:in `load'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/enc.rb:66:in `override_enc_parameters'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/enc.rb:56:in `execute'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/builddir.rb:204:in `install_enc'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog-util/builddir.rb:60:in `initialize'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:100:in `new'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:100:in `bootstrap'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog/computed.rb:113:in `build_catalog'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/catalog.rb:96:in `build'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:241:in `build_catalog'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:34:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:34:in `execute'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:193:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh | tee -a /var/log/zfs-backup.log
     hour =>
      - 2
      + 03
     minute =>
      - 0
      + 00
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/etc/logrotate.d/backup-zfs] =>
   parameters =>
     "backup": "main",
     "content": "/var/log/ocf-backup-zfs.log {\n\trotate 100\n\tdaily\n\tcompress...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
  File[/opt/share/backups/backup-mysql] =>
   parameters =>
     content =>
      @@ -19,3 +19,3 @@
                    --routines \
                    --single-transaction \
      -             --databases {} | pigz > "mysql-{}-$(date +%F).sql.gz"' -- $databases
      +             --databases {} > "mysql-{}-$(date +%F).sql"' -- $databases
*******************************************
  File[/opt/share/backups/backup-pgsql] =>
   parameters =>
     content =>
      @@ -4,3 +4,3 @@
       # Dumps the entire PostgreSQL instance to one .sql file.
       # Requires that a valid ~/.pgpass file be available on the PostgreSQL host
      -ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost | pigz' > "pgsql-all-$(date +%F).sql.gz"
      +ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost' > "pgsql-all-$(date +%F).sql"
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
afterhours.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
bigrip.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
eruption.ocf.berkeley.edu
failure.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
fire.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
fukushima.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hellfire.ocf.berkeley.edu
hozer-74.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
invasion.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
lockdown.ocf.berkeley.edu
madcow.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
nuke.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
pox.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
radiation-mgmt.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
shipwreck.ocf.berkeley.edu
singularity.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
war.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu
worm.ocf.berkeley.edu

Jenkins

singingtelegram and others added 25 commits April 30, 2023 02:23
The people removed were notified last semester, kmo requested an extension to the end of that semester, so that was done.
* fix: don't redirect on ocf.b.e

* fix: it's actually here, see if it works

* fix: it works

* fix: remove server cors

not necessary

* fix: wrong one
* Add slidingsync.matrix to load balancer

* Add sliding sync to matrix/client well-known
fix SSL config to support TLS 1.2, update cipher list
emerg
* feat: smart monitoring
@ocfjenkins
Copy link

ocfjenkins bot commented Apr 30, 2023

Errored hosts (1)

Changed hosts (1)

Unaffected hosts (64)


Errored hosts
error for segfault.ocf.berkeley.edu
W, [2023-04-30T02:27:18.147349 #18087]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.21/deprecated_language.html
     (file & line not available)
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2023-04-30T02:27:18.147658 #18087]  WARN -- : Failed build_catalog for origin/master validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.21/deprecated_language.html
   (file & line not available)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x000055744b5c6df8@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x000055744b5c6cb8@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.21/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-18012-1et4roh/ocd-builddir-20230430-18087-1u1m0gq/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh | tee -a /var/log/zfs-backup.log
     hour =>
      - 2
      + 03
     minute =>
      - 0
      + 00
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/etc/logrotate.d/backup-zfs] =>
   parameters =>
     "backup": "main",
     "content": "/var/log/ocf-backup-zfs.log {\n\trotate 100\n\tdaily\n\tcompress...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
  File[/opt/share/backups/backup-mysql] =>
   parameters =>
     content =>
      @@ -19,3 +19,3 @@
                    --routines \
                    --single-transaction \
      -             --databases {} | pigz > "mysql-{}-$(date +%F).sql.gz"' -- $databases
      +             --databases {} > "mysql-{}-$(date +%F).sql"' -- $databases
*******************************************
  File[/opt/share/backups/backup-pgsql] =>
   parameters =>
     content =>
      @@ -4,3 +4,3 @@
       # Dumps the entire PostgreSQL instance to one .sql file.
       # Requires that a valid ~/.pgpass file be available on the PostgreSQL host
      -ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost | pigz' > "pgsql-all-$(date +%F).sql.gz"
      +ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost' > "pgsql-all-$(date +%F).sql"
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
hypoxia.ocf.berkeley.edu
invasion.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
madcow.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
whiteout.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Apr 30, 2023

Errored hosts (1)

Changed hosts (1)

Unaffected hosts (64)


Errored hosts
error for segfault.ocf.berkeley.edu
W, [2023-04-30T02:28:27.030433 #27428]  WARN -- : Puppet command failed: STDOUT:
STDERR:
  Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.21/deprecated_language.html
     (file & line not available)
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
  Error: Try 'puppet help catalog compile' for usage
W, [2023-04-30T02:28:27.030800 #27428]  WARN -- : Failed build_catalog for origin/master validation: OctocatalogDiff::Errors::CatalogError Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.21/deprecated_language.html
   (file & line not available)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage

#<Thread:0x0000565299a8ab28@/usr/lib/ruby/2.5.0/open3.rb:264 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:264:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:264:in `block (2 levels) in capture3'
#<Thread:0x0000565299a8a9e8@/usr/lib/ruby/2.5.0/open3.rb:265 run> terminated with exception (report_on_exception is true):
/usr/lib/ruby/2.5.0/open3.rb:265:in `read': stream closed in another thread (IOError)
	from /usr/lib/ruby/2.5.0/open3.rb:265:in `block (2 levels) in capture3'
/usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:259:in `catalog_validator': Catalog failed: Warning: The function 'hiera_include' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.21/deprecated_language.html (OctocatalogDiff::Errors::CatalogError)
   (file & line not available)
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Could not call 'find' on 'catalog': Evaluation Error: Error while evaluating a Function Call, 'new' The string 'bookworm/sid' cannot be converted to Integer (file: /tmp/ocd-ipc-20230430-27336-1v7pgqn/ocd-builddir-20230430-27428-11s71tt/environments/production/modules/ocf/manifests/packages/mysql_server.pp, line: 13, column: 8) on node segfault.ocf.berkeley.edu
Error: Try 'puppet help catalog compile' for usage
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `call'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:39:in `validate'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:202:in `execute_task'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:119:in `block (2 levels) in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `fork'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:117:in `block in run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `each_with_index'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:114:in `run_tasks_parallel'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/parallel.rb:94:in `run_tasks'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:92:in `build_catalog_parallelizer'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/util/catalogs.rb:29:in `catalogs'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1/catalog-diff.rb:34:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/api/v1.rb:19:in `catalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:151:in `run_octocatalog_diff'
	from /usr/lib/ruby/vendor_ruby/octocatalog-diff/cli.rb:125:in `cli'
	from /usr/bin/octocatalog-diff:34:in `<main>'
Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh | tee -a /var/log/zfs-backup.log
     hour =>
      - 2
      + 03
     minute =>
      - 0
      + 00
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/etc/logrotate.d/backup-zfs] =>
   parameters =>
     "backup": "main",
     "content": "/var/log/ocf-backup-zfs.log {\n\trotate 100\n\tdaily\n\tcompress...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
  File[/opt/share/backups/backup-mysql] =>
   parameters =>
     content =>
      @@ -19,3 +19,3 @@
                    --routines \
                    --single-transaction \
      -             --databases {} | pigz > "mysql-{}-$(date +%F).sql.gz"' -- $databases
      +             --databases {} > "mysql-{}-$(date +%F).sql"' -- $databases
*******************************************
  File[/opt/share/backups/backup-pgsql] =>
   parameters =>
     content =>
      @@ -4,3 +4,3 @@
       # Dumps the entire PostgreSQL instance to one .sql file.
       # Requires that a valid ~/.pgpass file be available on the PostgreSQL host
      -ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost | pigz' > "pgsql-all-$(date +%F).sql.gz"
      +ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost' > "pgsql-all-$(date +%F).sql"
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
falsevacuum.ocf.berkeley.edu
famine.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
hypoxia.ocf.berkeley.edu
invasion.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
madcow.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
meteorstorm.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
quarantine.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
solarflare.ocf.berkeley.edu
supernova.ocf.berkeley.edu
surge.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tornado.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
typhoon.ocf.berkeley.edu
vampires.ocf.berkeley.edu
venom.ocf.berkeley.edu
volcano.ocf.berkeley.edu
whiteout.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu

Jenkins

@ocfjenkins
Copy link

ocfjenkins bot commented Aug 4, 2023

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (56)


Changed hosts
diff for hal.ocf.berkeley.edu
*******************************************
- Cron[check-rsnapshot-backups]
*******************************************
  Cron[rsnapshot-daily] =>
   parameters =>
     command =>
      - rsnapshot -c /opt/share/backups/rsnapshot.conf sync && rsnapshot -c /opt/share/backups/rsnapshot.conf daily
      + /usr/local/sbin/backup-zfs.sh | tee -a /var/log/zfs-backup.log
     hour =>
      - 2
      + 03
     minute =>
      - 0
      + 00
*******************************************
- Cron[rsnapshot-monthly]
*******************************************
- Cron[rsnapshot-weekly]
*******************************************
+ File[/etc/logrotate.d/backup-zfs] =>
   parameters =>
     "backup": "main",
     "content": "/var/log/ocf-backup-zfs.log {\n\trotate 100\n\tdaily\n\tcompress...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
  File[/opt/share/backups/backup-mysql] =>
   parameters =>
     content =>
      @@ -19,3 +19,3 @@
                    --routines \
                    --single-transaction \
      -             --databases {} | pigz > "mysql-{}-$(date +%F).sql.gz"' -- $databases
      +             --databases {} > "mysql-{}-$(date +%F).sql"' -- $databases
*******************************************
  File[/opt/share/backups/backup-pgsql] =>
   parameters =>
     content =>
      @@ -4,3 +4,3 @@
       # Dumps the entire PostgreSQL instance to one .sql file.
       # Requires that a valid ~/.pgpass file be available on the PostgreSQL host
      -ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost | pigz' > "pgsql-all-$(date +%F).sql.gz"
      +ssh -K ocfbackups@postgres 'pg_dumpall -U postgres -h localhost' > "pgsql-all-$(date +%F).sql"
*******************************************
+ File[/opt/share/backups/offsite-host] =>
   parameters =>
     "backup": "main",
     "content": "dummyhost",
     "group": "root",
     "mode": "0400",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-git.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-mysql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs-pgsql.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/opt/share/backups/rsnapshot-zfs.conf] =>
   parameters =>
     "backup": "main",
     "content": "#################################################\n# rsnapshot.c...
     "group": "root",
     "mode": "0644",
     "owner": "root"
*******************************************
+ File[/usr/local/sbin/backup-zfs.sh] =>
   parameters =>
     "backup": "main",
     "content": "#!/bin/bash\n\nCURRENT_SNAPSHOT_FILE=/opt/share/backups/current-...
     "group": "root",
     "mode": "0755",
     "owner": "root"
*******************************************
Unaffected hosts
acid.ocf.berkeley.edu
anthrax.ocf.berkeley.edu
arsenic.ocf.berkeley.edu
asteroid.ocf.berkeley.edu
autocrat.ocf.berkeley.edu
avalanche.ocf.berkeley.edu
bedbugs.ocf.berkeley.edu
bigbang.ocf.berkeley.edu
biohazard.ocf.berkeley.edu
blackout.ocf.berkeley.edu
blight.ocf.berkeley.edu
blizzard.ocf.berkeley.edu
chaos.ocf.berkeley.edu
corruption.ocf.berkeley.edu
coup.ocf.berkeley.edu
cyanide.ocf.berkeley.edu
cyclone.ocf.berkeley.edu
dataloss.ocf.berkeley.edu
deadlock.ocf.berkeley.edu
death.ocf.berkeley.edu
dementors.ocf.berkeley.edu
democracy.ocf.berkeley.edu
destruction.ocf.berkeley.edu
drought.ocf.berkeley.edu
fallingrocks.ocf.berkeley.edu
famine.ocf.berkeley.edu
firestorm.ocf.berkeley.edu
firewhirl.ocf.berkeley.edu
flood.ocf.berkeley.edu
fraud.ocf.berkeley.edu
gridlock.ocf.berkeley.edu
hailstorm.ocf.berkeley.edu
headcrash.ocf.berkeley.edu
heatwave.ocf.berkeley.edu
hurricane.ocf.berkeley.edu
implosion.ocf.berkeley.edu
invasion.ocf.berkeley.edu
lethe.ocf.berkeley.edu
lightning.ocf.berkeley.edu
maelstrom.ocf.berkeley.edu
outbreak.ocf.berkeley.edu
pestilence.ocf.berkeley.edu
plague.ocf.berkeley.edu
reaper.ocf.berkeley.edu
riptide.ocf.berkeley.edu
scurvy.ocf.berkeley.edu
segfault.ocf.berkeley.edu
sinkhole.ocf.berkeley.edu
supernova.ocf.berkeley.edu
thunder.ocf.berkeley.edu
tsunami.ocf.berkeley.edu
vampires.ocf.berkeley.edu
volcano.ocf.berkeley.edu
whiteout.ocf.berkeley.edu
wildfire.ocf.berkeley.edu
windshear.ocf.berkeley.edu

Jenkins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants